Scottish Premiership odds API

Scottish Premiership odds API for UK bookmakers

Structured pre-match odds data for every Scottish Premiership fixture, pulled from UK bookmakers and delivered in a consistent JSON format.

Scottish Premiership workflow
league=scottish premiership
then /odds or /odds/best

Filter fixtures by league and date, then pull odds and best odds per match.

Scottish Premiership odds, structured

Why you need Scottish Premiership odds as data

Scottish Premiership odds move fast around Old Firm fixtures and European qualification battles, and checking individual bookmaker sites for Celtic, Rangers, Aberdeen or Hearts prices wastes time. Anyone building odds comparison tables, price alerts or a tipster tool for Scottish football needs a single, reliable feed rather than manual checking across bookmaker apps. Structured data lets you track how odds shift in the build up to a match, spot value between bookmakers, and back-test strategies against a full season of Premiership fixtures. This page covers what that data looks like and how it is organised before you get to the technical detail.

Odds comparison tables

Show match odds from Bet365, Sky Bet, Paddy Power and other UK bookmakers side by side for every Scottish Premiership fixture. Users can see straight away who is offering the best price on a Celtic or Rangers match without opening five apps.

Price alerts

Trigger notifications when odds on a Premiership fixture move past a threshold or when a particular bookmaker shortens a price. Useful around Old Firm derbies and title-race matches where odds can shift quickly.

Tipster and prediction tools

Pull consistent odds data into your model or content without scraping bookmaker sites by hand. Historical and live odds help you validate tips and show your audience the numbers behind a pick.

Research and analysis

Study how bookmakers price Premiership matches across the season, including title contenders, European playoff races and relegation battles. Structured data makes it straightforward to build spreadsheets or dashboards without manual copy and paste.

Where UK Odds API fits

How UK Odds API covers the Scottish Premiership

UK Odds API tracks pre-match odds for Scottish Premiership fixtures across UK bookmakers including Bet365, Sky Bet and Paddy Power, returned as clean JSON. Fixtures can be filtered to the Premiership and a given date, with odds and best-odds data available per match, so you are not sifting through unrelated leagues to find Celtic, Rangers, Aberdeen, Hearts, Hibernian or St Mirren prices.

Scottish Premiership endpoints

Filter fixtures, then fetch odds for an event.

GET /v1/football/events?schedule_date=YYYY-MM-DD&league=scottish%20premiership&has_odds=true&per_page=25

GET /v1/football/events/EVENT_ID/odds?package=core&odds_format=decimal

GET /v1/football/events/EVENT_ID/odds/best?odds_format=decimal

Replace EVENT_ID with an event_id from the events response.

Example fixtures response shape

Events filtered toward Scottish Premiership. Use each event_id for odds calls.

{
  "league": "Scottish Premiership",
  "schedule_date": "2026-04-30",
  "events": [
    {
      "event_id": "evt_123",
      "home_team": "Home FC",
      "away_team": "Away United",
      "kickoff_utc": "2026-04-30T19:00:00Z",
      "has_odds": true
    }
  ]
}

What you can build

What you can build with Scottish Premiership odds

Use the data to build an odds comparison page focused on Scottish football, a bookmaker price tracker for Old Firm and top-six fixtures, or a Premiership tipster tool that shows odds alongside predictions. It also works well for season-long research projects, letting you chart how odds on title favourites and relegation candidates change from August through to May.

Built for match-day products

Scottish Premiership odds, ready to integrate

Pre-match odds data for every Scottish Premiership fixture, from UK bookmakers, in one consistent feed.

Bookmakers covered

Bet365. Sky Bet. Paddy Power. William Hill. Ladbrokes. Coral.

Pricing

Pricing for Scottish Premiership odds access

Plans are based on request volume and update frequency. Every plan includes Scottish Premiership fixtures alongside other UK and European competitions covered by the API.

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

Scottish Premiership odds API - FAQ

How do I filter to Scottish Premiership matches?

Call GET /v1/football/events with league=scottish premiership and a schedule_date. Then request /odds or /odds/best for the event_id you want.

Can I get best odds for Scottish Premiership games?

Yes. After you have an event_id, call /odds/best for top odds across UK bookmakers.

Is this only Scottish Premiership?

The filter scopes fixtures to Scottish Premiership. The same API covers other football competitions with different league filters.

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 in the OpenAPI playground at api.ukoddsapi.com/docs.

Tutorials

Guides for Scottish Premiership and football odds products.

Polling, comparison, and alert patterns that apply to this competition.