25 lines
574 B
JSON
25 lines
574 B
JSON
{
|
|
"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
|
|
}
|
|
}
|