# OddStream API ## Docs - [Bookmakers](https://oddsstream.mintlify.app/api-reference/bookmakers.md): List active bookmakers and their current odds coverage. - [Events](https://oddsstream.mintlify.app/api-reference/events.md): List current matches with active odds, or fetch every market for a single match. - [Games](https://oddsstream.mintlify.app/api-reference/games.md): UUID-based per-game endpoints returning all markets × all bookmakers in a single matrix view. - [API Reference](https://oddsstream.mintlify.app/api-reference/introduction.md): Base URL, response envelope, error codes, rate limits, and common parameters. - [Odds](https://oddsstream.mintlify.app/api-reference/odds.md): Query current bookmaker odds across all scraped markets. - [Sports](https://oddsstream.mintlify.app/api-reference/sports.md): List all sports with active odds coverage and their competition codes. - [WebSocket Stream](https://oddsstream.mintlify.app/api-reference/stream.md): Real-time odds push via WebSocket — no polling required. - [Value Bets](https://oddsstream.mintlify.app/api-reference/value-bets.md): Pre-calculated +EV opportunities relative to the Pinnacle sharp line. - [Authentication](https://oddsstream.mintlify.app/authentication.md): How to get your API key, store it securely, and use it in every request. - [Best Practices](https://oddsstream.mintlify.app/guides/best-practices.md): Production patterns for polling, filtering, EV interpretation, error handling, and data freshness. - [EV Math & Quality Filters](https://oddsstream.mintlify.app/guides/ev-math.md): How implied probability, devigging, fair odds, EV%, and payout_rate are calculated — and why each filter exists. - [WebSocket Setup Guide](https://oddsstream.mintlify.app/guides/websocket-setup.md): Build a live odds feed from zero to production in one page. - [Introduction](https://oddsstream.mintlify.app/introduction.md): Real-time sports betting odds API with data from 10+ European bookmakers. - [Quickstart](https://oddsstream.mintlify.app/quickstart.md): Make your first API call in under 2 minutes. ## OpenAPI Specs - [openapi](https://oddsstream.mintlify.app/api-reference/openapi.json)