Sessions 5-7a: 955 tests, deployment ready

This commit is contained in:
Kev
2026-06-08 18:35:13 -04:00
parent 06b82624a2
commit 1fa04dc776
371 changed files with 49366 additions and 955 deletions
@@ -0,0 +1,24 @@
{
"base_url": "https://api.the-odds-api.com/v4/sports",
"sport_keys": {
"nba": "basketball_nba",
"mlb": "baseball_mlb"
},
"regions": "us",
"odds_format": "american",
"bookmakers": ["draftkings", "fanduel", "betmgm", "caesars"],
"market_priority": [
"pitcher_strikeouts",
"player_points",
"player_rebounds",
"player_assists",
"batter_hits",
"batter_total_bases"
],
"free_tier": {
"max_daily_pulls": 2,
"morning_scan_time": "10:00 AM ET",
"pre_game_scan_offset_minutes": 90,
"monthly_request_limit": 500
}
}