arbplay

Bwin Odds API

Pull Bwin odds as JSON from https://api.arbplay.app using X-API-Key. Bwin odds are published as live and pregame files per sport (soccer, basketball, tennis).

Typical filenames

  • site_live_bwin_soccer.json
  • site_live_bwin_basketball.json
  • site_live_bwin_tennis.json
  • site_pregame_bwin_soccer.json
  • site_pregame_bwin_basketball.json
  • site_pregame_bwin_tennis.json

Your key’s policy controls the exact allow-list — always call GET /v1/files first.

curl examples

curl -sS -H "X-API-Key: YOUR_API_KEY" \
  https://api.arbplay.app/v1/files

curl -sS -H "X-API-Key: YOUR_API_KEY" \
  https://api.arbplay.app/v1/data/site_live_bwin_soccer.json

Example JSON shape

Illustrative only — real payloads may differ by sport and market coverage:

{
  "bookmaker": "bwin",
  "generated_at": "2026-09-13T06:00:00Z",
  "sport": "soccer",
  "events": [
    {
      "event_id": "evt_12345",
      "name": "Team A vs Team B",
      "starts_at": "2026-09-13T18:00:00Z",
      "league": "Example League",
      "markets": [
        {
          "market": "1X2",
          "selections": [
            { "name": "1", "odds": 2.10 },
            { "name": "X", "odds": 3.40 },
            { "name": "2", "odds": 3.55 }
          ]
        }
      ]
    }
  ]
}

Get access

OpenAPI

Machine-readable spec: /openapi.json · Hub: /api · Full docs: /api/docs

Other bookmakers: Stoiximan · Novibet · Fonbet · Superbet · Elabet · Allwyn / OPAP Store.

Build on Bwin odds

OpenAPI · Postman · Marketplace listings