jemorriso / PySBR

MIT License
77 stars 24 forks source link

Line History for NBA Totals not returning #11

Open kjhogan opened 3 years ago

kjhogan commented 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.