Lisandro79 / BeatTheBookie

Betting Strategy to Beat the Bookies at Football Games
GNU General Public License v3.0
601 stars 148 forks source link

What‘s the basis that we assign value to odds_history_series.active? #3

Closed wffger closed 6 years ago

wffger commented 6 years ago

The description of "Odds_history_series.Active" is: specifies if closing odds were active at closing time, only valid in historical odds database. Can I understand that it was the last value of odds offered by bookies for per match? Thanks :)

Lisandro79 commented 6 years ago

Yes, that's correct. If "active == 1" then the odd was active at the closing time. If "active == 0" then the odd was not available at closing time and the value is the last one available in the series.

wffger commented 6 years ago

Thank you very much!