Betway Data API

Betway API for Pre-Match, Live Odds, Racing & Results

Access odds from Betway's betway.com sportsbook across 18 sports plus horse & greyhound racing. Normalized markets with decimal and fractional odds, paginated REST endpoints, a real-time WebSocket feed, and a 30-day results archive. One API key for all bookmakers.

What a Betway API Response Looks Like

GET /api/betway/soccer/events?page=1&limit=5
{
  "total": 444,
  "page": 1,
  "limit": 5,
  "totalPages": 89,
  "hasNextPage": true,
  "events": [
    {
      "sport": "soccer",
      "country": "CONMEBOL Club Competitions",
      "league": "Copa Libertadores",
      "eventId": "17084484",
      "home": "Independiente Rivadavia",
      "away": "Fluminense RJ",
      "live": false,
      "startTime": "2026-08-18T22:00:00.000Z",
      "markets": [
        {
          "canonicalMarket": "MATCH_RESULT",
          "rawName": "Win/Draw/Win",
          "period": "FULL_TIME",
          "isActive": true,
          "marketId": "625031380",
          "selections": [
            {
              "canonicalOutcome": "HOME",
              "rawName": "Independiente Rivadavia",
              "odds": 2.625,
              "fractional": "13/8",
              "isActive": true,
              "selectionId": "2597771190"
            },
            {
              "canonicalOutcome": "DRAW",
              "rawName": "Draw",
              "odds": 2.8,
              "fractional": "9/5",
              "isActive": true,
              "selectionId": "2597771191"
            },
            {
              "canonicalOutcome": "AWAY",
              "rawName": "Fluminense RJ",
              "odds": 3,
              "fractional": "2/1",
              "isActive": true,
              "selectionId": "2597771192"
            }
          ]
        }
      ]
    }
  ]
}

Match Results — Final Scores for 30 Days

GET /api/betway/results?sport=table-tennis&page=1&limit=5
{
  "total": 93,
  "page": 1,
  "limit": 5,
  "totalPages": 19,
  "hasNextPage": true,
  "results": [
    {
      "sport": "table_tennis",
      "country": "Men",
      "league": "TT Elite Series",
      "eventId": "17111001",
      "home": "Schaniel Krzysztof",
      "away": "Sebastian Szostok",
      "startTime": "2026-08-18T20:30:00.000Z",
      "score": {
        "home": "9",
        "away": "8"
      }
    }
  ]
}

Why Use PulseScore for Betway Data

18 Sports With Full Market Coverage

Pre-match odds from Betway's betway.com sportsbook across 18 sports — Soccer, Tennis, Basketball, Baseball, American Football, Australian Rules, Boxing, Cricket, Cycling, Darts, Esports, Field Hockey, Formula 1, Futsal, Golf, MMA, Rugby Union, and Table Tennis — with paginated league and event endpoints and the complete market list for every fixture, in both decimal and fractional odds.

Horse Racing & Greyhounds

Full race cards for horse racing across UK & Ireland, France, and USA plus UK & Ireland greyhounds — every runner with jockey, trainer, current odds, and each-way terms, updated continuously up to the off.

30-Day Match Results Feed

Every finished event keeps its final score for 30 days — filter by sport, league, or team name to settle bets, grade models, or backfill your own database.

Live WebSocket Streaming

Real-time push of every in-play event for the chosen sport, broadcast roughly every second with match clocks and live scores where available. PRO, MAX, and ULTRA plans only — connect once and receive each update as it happens. All markets use canonical naming (MATCH_RESULT, OVER_UNDER, ASIAN_HANDICAP) so there are no mapping headaches.

One Key, All Bookmakers

A single API key unlocks every bookmaker included in your plan — Betway, BetRivers, BetMGM(US), Bet365, Betfair, BetOnline, and more. No separate accounts or rotation logic.

Frequently Asked Questions

What data does the Betway API provide?

PulseScore provides pre-match odds, live in-play odds, horse & greyhound racing cards, and finished-match results from Betway's betway.com sportsbook across 18 sports. Each event includes normalized market data with canonical market types, selections, and both decimal and fractional odds, plus the raw market names as Betway displays them.

What sports are covered?

The 18 sports Betway publishes pre-match markets for: Soccer, Tennis, Basketball, Baseball, American Football, Australian Rules, Boxing, Cricket, Cycling, Darts, Esports, Field Hockey, Formula 1, Futsal, Golf, MMA, Rugby Union, and Table Tennis. Most sports expose /leagues, /leagues/:league/events, /events (paginated), and /events/:eventId.

How are golf and cycling covered?

Golf and cycling on Betway are outright/competition markets — tournament winner, championship winner, and similar. They expose the /events endpoints with the competition name carried in the country field (e.g. Vuelta a España, Presidents Cup), but have no league endpoints.

Does it include horse racing?

Yes. /api/betway/horse-racing/races returns paginated upcoming races across UK & Ireland, France, and USA, and /api/betway/greyhounds/races covers greyhound racing — each race with its runners, jockeys, trainers, current odds in decimal and fractional form, and each-way terms. Look up a single race with /races/:id.

Is this the same as the Betway MW API?

No. This is the global betway.com sportsbook. Betway MW (betway.co.mw, the Malawi site) is a separate feed with its own sports and markets, available at /api/betwaymw. Both are included in your PulseScore plan.

Does it include match results?

Yes. /api/betway/results returns finished events with their final score, most recent first. Filter by sport, league, or team (exact name, case-insensitive), look up a single result with /results/events/:eventId, or discover covered sports with /results/sports. Results are retained for 30 days after the match ends.

How are the markets structured?

All markets use a canonical format: each market has a type (e.g., MATCH_RESULT, OVER_UNDER, ASIAN_HANDICAP), period (FULL_TIME, FIRST_HALF), and selections with decimal odds, fractional odds, and handicap lines where applicable. The same structure is shared across all sports and all bookmakers on PulseScore — write your integration once.

Is there a free tier?

Yes. The BASIC plan is free and includes 500 API requests per month. Upgrade to PRO, MAX, or ULTRA for unlimited requests.

Does the Betway API support live in-play data?

Yes. Live in-play events are available via REST (/api/betway/live-events, /live-events/sports, /live-events/events/:eventId) and via WebSocket at wss://api.pulsescore.net/api/betway/ws/live. The WebSocket pushes every in-play event for the subscribed sport roughly every second, including match clocks and live scores where available. PRO, MAX, and ULTRA plans only.

Start Using the Betway API Today

Free tier available. No credit card required. Get your API key in 30 seconds.