VBet odds API

Looking for a VBet odds API?

Searching for a VBet odds API usually means you need bookmaker odds as JSON for an app: comparison, alerts, or scanners. UK Odds API is that feed for UK football: Bet365, Sky Bet, Paddy Power, and 30+ more.

What you are looking for
UK bookmaker odds → REST JSON
API key → /events → /odds

Self-serve signup. OpenAPI at api.ukoddsapi.com/docs.

What that search usually means

You need odds data for a product, not an operator stack.

A lot of “brand + odds API” searches come from builders who want retail bookmaker lines in one schema. That is the job UK Odds API is built for: fixtures, normalised markets, stable bookmaker codes, best odds, and deeper markets when you need them.

The odds you actually need

UK retail bookmakers in one response, not a sportsbook white-label or trading stack.

Ship without scrapers

API key, published plans, OpenAPI playground the same day you sign up.

Built for products

Comparison tables, alert bots, scanners, and research on the same feed.

Depth when you need it

Match odds, corners, cards, player markets, plus history and arbs on higher plans.

Endpoints if you want UK bookmaker odds

Fixtures, then odds or best odds.

GET /v1/football/events?schedule_date=YYYY-MM-DD&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 endpoint.

Example odds response

Normalised bookmaker codes and markets.

{
  "event_id": "evt_123",
  "odds_format": "decimal",
  "bookmakers": [
    { "code": "UO004", "name": "Bet365" },
    { "code": "UO018", "name": "Paddy Power" }
  ],
  "markets": [
    {
      "key": "1x2",
      "outcomes": [
        { "name": "Home", "odds": 2.05, "bookmaker_code": "UO004" },
        { "name": "Draw", "odds": 3.40, "bookmaker_code": "UO018" }
      ]
    }
  ]
}

What you can build

What teams build instead of hunting a VBet feed

Comparison sites, alert bots, arb tools, and research boards on UK retail odds.

Built for developers

API key in. UK bookmaker odds out.

No sales call required to list today's fixtures.

Bookmakers covered

UK bookmakers available in the feed.

Pricing

Published plans. Self-serve signup.

Starter for early builds. Pro for production depth. Business for higher limits and arbitrage.

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

VBet odds API - FAQ

Do you sell a VBet odds API?

We sell a UK football bookmaker odds API. If you need Bet365, Sky Bet, Paddy Power and other UK bookmakers as JSON for comparison or alerts, that is what UK Odds API returns.

How do I get started?

Sign up, create an API key, list fixtures with GET /v1/football/events, then fetch /odds or /odds/best for an event_id.

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 and subscribe to a plan, then explore endpoints in the Swagger playground at api.ukoddsapi.com/docs.

Tutorials

Guides for UK bookmaker odds products.

Comparison, scanners, and how UK Odds API differs from operator feeds.