odds_get_events
List upcoming and live sports events by sport key. Retrieve event IDs, teams, and commence times to build odds queries.
Instructions
List upcoming and live events for a sport. Returns event IDs, teams, and commence times. Free — no quota cost. Use sport keys from odds_get_sports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | Yes | Sport key e.g. "basketball_nba", "americanfootball_nfl", "icehockey_nhl", "soccer_epl", "tennis_atp_us_open", or "upcoming" for next 8 games across all sports | |
| eventIds | No | Comma-separated event IDs to filter | |
| commenceTimeTo | No | ISO 8601 filter — events on/before this time | |
| commenceTimeFrom | No | ISO 8601 filter — events on/after this time |