Football Specials Odds API

Football specials and outrights odds data

Structured odds for manager sack markets, transfer specials, top goalscorer, and season-long outrights from UK bookmakers, built for tools that go beyond the match odds page.

Specials data at a glance
GET /football/specials
GET /specials/{id}/odds

Specials topics and their odds sit on their own endpoints, separate from match fixtures, with UK bookmaker odds attached to each one.

Why specials data

Specials markets need their own data feed

Manager markets, transfer specials, and outrights do not behave like match odds. They run for weeks or months, change on rumour as much as results, and are quoted differently by every UK bookmaker. Anyone building comparison tools, tipster content, or alert services around these markets needs odds data that is structured and updated in its own right, not bolted onto a fixtures feed.

Manager sack markets

Next manager to leave odds move fast on speculation and results. Structured data lets you track shifts across bookmakers without refreshing pages by hand.

Transfer specials

Odds on where a player signs next are a staple for football content and fan sites. Having them as clean data means you can build tables and alerts around transfer windows.

Outright and seasonal markets

League winner, top four, relegation and top goalscorer odds run all season. Comparison tools and tracking sites need consistent data over that whole period, not just matchday snapshots.

Tipster and research tools

Specials markets are a common focus for tipster content because odds vary widely between bookmakers. Reliable data supports value spotting and historical comparison work.

Where UK Odds API fits

One feed for specials, separate from match odds

UK Odds API provides football specials as their own data set, covering manager markets, transfer specials, and outrights with odds from UK bookmakers. It sits alongside match odds and other markets but is queried separately, since specials topics and events are not the same as match fixtures.

Specials endpoints

Catalog, then odds for one special.

GET /v1/football/specials?limit=50

GET /v1/football/specials/EVENT_ID/odds?odds_format=decimal

Use an event_id from the specials list, not from /football/events.

Example odds shape

Illustrative specials odds document.

{
  "event_id": "evt_special_123",
  "odds_format": "decimal",
  "markets": [
    {
      "key": "special",
      "name": "Next Manager",
      "outcomes": [
        { "name": "Candidate A", "odds": 3.50, "bookmaker_code": "UO004" },
        { "name": "Candidate B", "odds": 4.00, "bookmaker_code": "UO022" }
      ]
    }
  ]
}

What you can build

What you can build with specials data

Specials odds suit longer running products rather than live matchday tools. Think manager sack trackers that update as odds shorten, transfer rumour pages backed by real bookmaker prices, outright odds comparison tables for league winners and relegation, and tipster tools that flag value across manager and transfer markets throughout a season.

Business plan

Add specials odds to your Business plan

List topics, fetch odds per event, and pull UK bookmaker prices for manager markets, transfers, and seasonal specials.

Bookmakers covered

UK bookmakers covered for football specials and outrights

Pricing

Specials Pricing

Included on the Business plan alongside full match odds access

Starter

£79/month

Billed today · no trial

For prototypes and early builds

  • 10 UK bookmakers
  • Core markets only Main match odds such as match winner, over/under, both teams to score, double chance, draw no bet, and handicaps.
  • 1,000 requests/hour
  • Email support

Business

£359/month

Billed today · no trial

For arbitrage tools and revenue-generating systems

  • 34 UK bookmakers
  • Core markets Main match odds such as match winner, over/under, both teams to score, double chance, draw no bet, and handicaps.
  • Advanced markets Deeper betting markets such as corners, cards, team props, player props, specials, and bookmaker-specific markets.
  • 20,000 requests/hour
  • Arbitrage API included
  • Specials Football specials: markets on topics like next manager, transfers, and awards.
  • Historical odds
  • Price boosts Promotional boosted odds on selected markets and outcomes — e.g. enhanced player props and match combos. Single-event and batch endpoints available.
  • Bet builders Bookmaker-published multi-leg bets for one match — e.g. BTTS + corners + cards.

FAQ

Specials API Questions

What are football specials?

Specials are non-fixture topics such as manager markets, transfers, and seasonal specials. Each has its own event_id used only with the specials odds endpoint.

Which plan includes specials?

Business (API tier scale). Lower tiers receive 403 plan_restricted.

Do specials use package=core or full?

No. Specials odds return a complete snapshot for that topic and count as 1 request per successful call.

Which bookmakers are included?

Major UK bookmakers including Bet365, Betfair, Paddy Power, Sky Bet, William Hill, Coral, Ladbrokes, Betway, 888sport, Unibet, and Spreadex.

Can I try the API before I pay?

Yes. Create an account, subscribe to a plan, and explore endpoints at api.ukoddsapi.com/docs.