Open kjhogan opened 3 years ago
Hey Jeremy - great library. I was trying to pull line history for totals using the LineHistory function and it works for every other market except totals markets.
lh = LineHistory(4295653, 402, sb.id('BetOnline'), [1161, 1167]) lh.list()
lh = LineHistory(4295653, 401, sb.id('BetOnline'), [1161, 1167]) lh.list()
An example for you if you want to try.
Hey Jeremy - great library. I was trying to pull line history for totals using the LineHistory function and it works for every other market except totals markets.
lh = LineHistory(4295653, 402, sb.id('BetOnline'), [1161, 1167]) lh.list()
lh = LineHistory(4295653, 401, sb.id('BetOnline'), [1161, 1167]) lh.list()
An example for you if you want to try.