kyleskom / NBA-Machine-Learning-Sports-Betting

NBA sports betting using machine learning
1.13k stars 424 forks source link

python3 main.py -xgb -odds=fanduel #140

Closed SoccerCashUK closed 1 year ago

SoccerCashUK commented 1 year ago

Hi I wonder if you can help I run the command python3 main.py -xgb -odds=fanduel, even tried draftkings And I get loads of zeros , and none for the Over Thanks 20230312_112817

marine1983boots commented 1 year ago

If you are in the UK try changing the bookie to bet365. It looks like the website it scrapes odds from geo locates you.

python3 main.py -xgb -odds=bet365

SoccerCashUK commented 1 year ago

If you are in the UK try changing the bookie to bet365. It looks like the website it scrapes odds from geo locates you.

python3 main.py -xgb -odds=bet365

Thanks that worked, Now trying to run flask but not working any ideal James

marine1983boots commented 1 year ago

I think its the same problem. Flask is running with the standard bookies which wont return any data. I've not used the flask thing,.