Skip to main content

Base URL

https://v2.football.sportsapipro.com
For match-specific odds (pre-match, live, all markets), see Match Endpoints → Betting & Odds.

Endpoints

GET /api/odds/featured-events
Returns highlighted matches with pre-match odds from major bookmakers. Great for building a “Today’s Best Odds” section.
GET /api/odds/popular-events
Returns the most-bet-on events currently, ranked by betting volume and interest.

Odds Providers by Country

GET /api/odds/providers/{countryCode}
Returns all available odds providers/bookmakers for a specific country.
countryCode
string
required
Two-letter country code in uppercase (e.g., GB, US, DE, NG).
GET /api/odds/providers/{countryCode}/featured
Returns the top/featured bookmakers for a country — the most popular and well-known providers.

Web Odds Providers

GET /api/odds/providers/{countryCode}/odds
Returns odds providers with web/online presence for a country.

Example Requests

curl -X GET "https://v2.football.sportsapipro.com/api/odds/featured-events" \
  -H "x-api-key: YOUR_API_KEY"