{ "opencollection": "1.0.0", "info": { "name": "OddsJam Fixtures Streaming API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Streaming", "type": "folder" }, "items": [ { "info": { "name": "Stream odds for a sport", "type": "http" }, "http": { "method": "GET", "url": "https://api.opticodds.com/api/v3/stream/odds/:sport", "params": [ { "name": "sport", "value": "", "type": "path" } ] }, "docs": "Stream odds for a sport" }, { "info": { "name": "Stream results for a sport", "type": "http" }, "http": { "method": "GET", "url": "https://api.opticodds.com/api/v3/stream/results/:sport", "params": [ { "name": "sport", "value": "", "type": "path" } ] }, "docs": "Stream results for a sport" }, { "info": { "name": "Stream copilot odds for a sport", "type": "http" }, "http": { "method": "GET", "url": "https://api.opticodds.com/api/v3/stream/copilot/:sport/odds", "params": [ { "name": "sport", "value": "", "type": "path" } ] }, "docs": "Stream copilot odds for a sport" } ] } ], "bundled": true }