football_get_odds
Retrieve live head-to-head odds for upcoming World Cup 2026 matches from multiple bookmakers. Filter by team to focus on specific events.
Instructions
Return live market head-to-head odds for upcoming World Cup 2026 matches.
Sourced from The Odds API (requires THEODDS_KEY). Without a key the call returns a clean ALL_SOURCES_FAILED envelope rather than crashing.
Args: team: Optional team name to filter events (case-insensitive substring, matched against both sides). Omit to return every WC event.
Returns: data.events: list of {event_id, home, away, commence_time, bookmakers: [{name, home, draw, away}]} with decimal 1X2 prices per bookmaker. meta.source: adapter that served the data (theodds / cache:stale).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Optional team name to filter events (case-insensitive substring, matched against both sides). Omit to return every WC event. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |