get_event
Retrieve any sports event details, participants, and venue. Optionally inline current odds or bet intelligence for deeper analysis.
Instructions
Get a single event with participants and venue. Optionally inline current odds and/or bet intelligence (+1 credit each, only charged when that data is actually available). Raises a not-found error if event_id doesn't exist. Use list_events / query_events to discover ids first, or batch_get_events to fetch several ids in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event id, from list_events, query_events, or search results. | |
| bookmaker | No | Bookmaker for inlined odds; defaults to pinnacle, 'all' for every book. | |
| include_odds | No | Inline current odds (+1 credit when odds are available). | |
| include_intelligence | No | Inline bet intelligence (+1 credit when available). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| sport | No | ||
| venue | No | ||
| league | No | ||
| status | No | ||
| starts_at | No | ||
| updated_at | No | ||
| participants | No |