{
  "info": {
    "name": "ArbPlay Odds API",
    "description": "Origin odds API at https://api.arbplay.app. Set the X-API-Key collection variable.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.arbplay.app"
    },
    {
      "key": "X-API-Key",
      "value": "YOUR_API_KEY"
    },
    {
      "key": "filename",
      "value": "site_live_stoiximan.json"
    }
  ],
  "item": [
    {
      "name": "List files",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{X-API-Key}}"
          }
        ],
        "url": "{{baseUrl}}/v1/files",
        "description": "List filenames allowed for this API key."
      }
    },
    {
      "name": "Get odds data",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{X-API-Key}}"
          }
        ],
        "url": "{{baseUrl}}/v1/data/{{filename}}",
        "description": "Download JSON odds for a filename from /v1/files."
      }
    }
  ]
}
