Skip to main content

Overview

Odds-API.io provides real-time sports betting odds data from 250+ bookmakers across 10+ sports with near-zero latency. Key capabilities:
  • Pre-match and live odds
  • 100+ market types (ML, spreads, totals, props, etc.)
  • Direct bet links to bookmaker sites
  • Automatic value bet calculation
  • Historical odds data
  • WebSocket real-time updates
For an up-to-date list of all supported bookmakers, visit odds-api.io/sportsbooks.

Quick Examples

  • Get Events
  • Get Odds
  • Find Value Bets
curl "https://api.odds-api.io/v3/events?apiKey=YOUR_KEY&sport=football&limit=10"

API Endpoints

The API is organized into the following endpoint categories:

Sports & Leagues

Get available sports and leagues

Events

Fetch upcoming and live events

Bookmakers

Manage bookmaker selection

Odds

Get real-time odds data

Value Bets

Find profitable betting opportunities

WebSocket

Real-time odds updates via WebSocket

Authentication

All API endpoints require authentication using an API key passed as a query parameter:
https://api.odds-api.io/v3/events?apiKey=YOUR_API_KEY&sport=football
Never expose your API key in client-side code. Always make API calls from your backend server.

Base URL

https://api.odds-api.io/v3

Getting Help

I