DocsAPI ReferenceMCPSDKs
AltSportsData
Public API (Betting & Odds)Events
Route Guide

Event Odds

Get betting odds for an event by odd type

Route Reference

Method, path, and environment

GETAuthenticate with X-API-Key
Full route
https://api.altsportsdata.com/api/v1/public/events/f1-bahrain-gp-2026/{oddType}
Base URL
https://api.altsportsdata.com
Testing Flow

Use the right pane to validate the route

01

Choose a language and confirm the environment or base URL.

02

Paste your API key, then fill in path or query parameters.

03

Run the request and inspect the live response without leaving this page.

Path Parameters

eventIdstringrequired

Event identifier

Optional
oddTypestringrequired

Odd type: eventWinner, headToHead, podiums, propBets, etc.

Optional

Query Parameters

exactasTypeinteger

Exactas type: 2, 3, or 4

Optional
overUnderSubMarketTypestring

For overUnder: finishingPosition, points, or gapToLeaders

Optional

Responses

200

OK

Response body

{
  "data": [
    {"participant": "Max Verstappen", "odds": 1.85, "probability": 0.54},
    {"participant": "Lewis Hamilton", "odds": 3.20, "probability": 0.31}
  ]
}
400

One of the request parameters is invalid. See the returned message for details.

401

Authentication headers are missing or invalid. Make sure you authenticate your request with a valid API key.

403

The requested resource is forbidden.

429

Too many requests. You hit the rate limit. Use the X-RateLimit headers to confirm when you can retry.

500

Internal server error. Retry later, and contact support if the issue persists.