oddsapiio_odds
Fetch odds for a specific event across multiple bookmakers. Use event ID from oddsapiio_events to retrieve available markets and bookmaker prices.
Instructions
Odds for one event across the indexed bookmakers. NEEDS A KEY.
Returns: {id, home, away, starts, bookmakers:{'':{markets…}}} — SHAPE FROM VENDOR DOCS. Reported to key bookmakers by NAME rather than as a list; inspect what you receive before indexing.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: One event's odds {"eventId": ""}
Auth: needs your own key in ODDS_API_IO_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Event id from oddsapiio_events. | |
| markets | No | Restrict to specific markets. | |
| bookmakers | No | Restrict to specific bookmaker names (as spelled by oddsapiio_bookmakers). |