arbplay

Allwyn / OPAP Store Odds API

Pull Allwyn / OPAP Store odds as JSON from https://api.arbplay.app using X-API-Key. Allwyn (OPAP Store) uses the company key opapstore in filenames: site_*_opapstore_*.json.

Typical filenames

  • site_live_opapstore_soccer.json
  • site_live_opapstore_basketball.json
  • site_live_opapstore_tennis.json
  • site_pregame_opapstore_soccer.json
  • site_pregame_opapstore_basketball.json
  • site_pregame_opapstore_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_opapstore_soccer.json

Example JSON shape

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

{
  "bookmaker": "opapstore",
  "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 · Bwin.

Build on Allwyn / OPAP Store odds

OpenAPI · Postman · Marketplace listings