Event Odds
Get betting odds for an event by odd type
Method, path, and environment
https://api.altsportsdata.com/api/v1/public/events/f1-bahrain-gp-2026/{oddType}Use the right pane to validate the route
Choose a language and confirm the environment or base URL.
Paste your API key, then fill in path or query parameters.
Run the request and inspect the live response without leaving this page.
Path Parameters
Event identifier
Odd type: eventWinner, headToHead, podiums, propBets, etc.
Query Parameters
Exactas type: 2, 3, or 4
For overUnder: finishingPosition, points, or gapToLeaders
Responses
200OK
OK
Response body
{
"data": [
{"participant": "Max Verstappen", "odds": 1.85, "probability": 0.54},
{"participant": "Lewis Hamilton", "odds": 3.20, "probability": 0.31}
]
}One of the request parameters is invalid. See the returned message for details.
Authentication headers are missing or invalid. Make sure you authenticate your request with a valid API key.
The requested resource is forbidden.
Too many requests. You hit the rate limit. Use the X-RateLimit headers to confirm when you can retry.
Internal server error. Retry later, and contact support if the issue persists.