Oddspedia Pre-Game Odds
Aggregated pre-game betting odds from Oddspedia covering 16 sports including football, basketball, tennis, ice hockey, and more. Returns the best available odds across multiple bookmakers, filtered by region (geoCode). Workflow: 1. GET /v1/matches — list matches for a date, see league IDs 2. GET /v1/odds — fetch odds for a specific league and date 3. Merge client-side using match IDs as keys…
Oddspedia Pre-Game Odds endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
List Sports /v1/sports |
Returns all supported sports with their IDs and slugs. Use the sport ID in /v1/matches to filter by sport. |
| GET |
List Leagues /v1/leagues |
Returns leagues for a given sport and region. Use league IDs from the response to fetch odds via /v1/odds. |
| GET |
List Bookmakers /v1/bookmakers |
Returns bookmakers available in a given region, sorted by rating. |
| GET |
List Matches /v1/matches |
Returns matches for a single date. Use leagueId from the response to fetch odds via /v1/odds. |
| GET |
Get Odds /v1/odds |
Returns best pre-game odds for all matches in a league on a given date. Both date and league are required. |
| GET |
Health Check /v1/health |
Returns API health status. No authentication required. |
| GET |
Match Odds /v1/odds/match |
Detailed odds for a single match by market group. Returns odds per period (full time, 1st half, 2nd half) with bookmaker details, odds movement direction. Use matchId from… |
| GET |
List Markets /v1/odds/markets |
List available market groups for the /v1/odds/match endpoint. Returns IDs and names for: Full Time Result, Handicap, Over/Under, Both Teams to Score, Asian Handicap, Double… |
Oddspedia Pre-Game Odds pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29 / month | 60 / minute |
|
| ULTRA Recommended | $79 / month | 100 / minute |
|
| MEGA | $199 / month | 100 / minute |
|