nfl games odds analyzer
reads weekly game data from currently a single source (https://the-odds-api.com) puts it in a dataframe, groups and sorts by away wins
- python3
- virtualenv
pjp install pickemOdder
This pulls data from the-odds-api.com for the upcoming week. Set ODDS_API_KEY
with your api key and save the output to a file
getOddsData > out.json
by away win %
pickemOdder < out.json
make test