Open
Description
Calling this:
api_response = cfbd_instance.get_lines(game_id = 401628328, year=2024)
print(api_response[0])
Returns this:
{'away_conference': 'UAC', 'away_score': 0, 'away_team': 'Southern Utah', 'home_conference': 'Big 12', 'home_score': 49, 'home_team': 'Utah', 'id': 401636607, 'lines': [{'away_moneyline': None, 'formatted_spread': 'Utah -37.5', 'home_moneyline': None, 'over_under': 55.5, 'over_under_open': None, 'provider': 'ESPN Bet', 'spread': -37.5, 'spread_open': None}], 'season': 2024, 'season_type': 'regular', 'start_date': '2024-08-30T01:00:00.000Z', 'week': 1}
For any 2024 week1 game ID that I try.
Metadata
Metadata
Assignees
Labels
No labels