{ "opencollection": "1.0.0", "info": { "name": "Entity Sport Cricket API V2 Authentication Odds API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Odds", "type": "folder" }, "items": [ { "info": { "name": "Get match odds.", "type": "http" }, "http": { "method": "GET", "url": "https://restapi.entitysport.com/v2/matches/:mid/odds", "params": [ { "name": "mid", "value": "", "type": "path", "description": "Match identifier." }, { "name": "token", "value": "", "type": "query", "description": "Short-lived access token from POST /auth." } ] }, "docs": "Returns live betting odds and Cricket Exchange data for a match by mid. Availability depends on plan and the Cricket Exchange product." } ] } ], "bundled": true }