Matches - Instance
Matches can be viewed and edited (when logged in).
Use "tokens" url parameter to modify token amount. Use "limit" and "offset" parameters to set the limit and offset of the result.
Look in the filters dialog to see how to programmatically filter and sort.
GET /api/matches/64f5e515-4b60-488d-8fa0-7fe0c03d4a19/?format=api
{ "id": "64f5e515-4b60-488d-8fa0-7fe0c03d4a19", "discount": "0.90", "sb_rate": "1.00", "gambit_id": "7972019f-f356-427d-8f42-8035096beac1", "completed": true, "last_updated": "2022-08-12T10:02:17.757936-04:00", "created_at": "1969-12-31T19:00:00-05:00", "cutoff_passed": true, "max_no_risk_profit_sb_percentage": -1.16, "sport_category": "Overwatch - Blizzard OW League", "sport": "Esports", "url": "https://app.gambitrewards.com/match/7972019f-f356-427d-8f42-8035096beac1", "datetime": "2022-08-11T15:00:00-04:00", "cutoff_datetime": "2022-08-11T15:00:00-04:00", "name": "London Spitfire v. Florida Mayhem", "bettypes": [ { "id": "85b202be-c00c-4adc-80d3-7791af1c9ead", "match": "https://api-prod.gambitprofit.com/api/matches/64f5e515-4b60-488d-8fa0-7fe0c03d4a19/?format=api", "name": "Pick the Winner", "created_at": "1969-12-31T19:00:00-05:00", "high_risk": { "possible": false, "description": "There is no line under 1.10 reward" }, "med_risk": { "possible": false, "description": "Too few lines to bet on" }, "no_risk": { "possible": true, "name": "No Risk", "bet": [ { "team": "London Spitfire", "amount": 6309.0 }, { "team": "Florida Mayhem", "amount": 3691.0 } ], "expected_reward_tokens": 8895.31, "profit_sb": -104.69, "profit_sb_percentage": -1.16, "recommended": false }, "lines": [ { "id": "14853647-dba5-49ce-907e-fd2e1f315664", "gambit_id": "e6a07475-af7b-4eb0-8ed4-2b06aa194a23", "last_updated": "2022-08-12T10:02:17.759208-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "London Spitfire", "reward": "1.41000", "odds": "1.45000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b202be-c00c-4adc-80d3-7791af1c9ead/?format=api" }, { "id": "eb2ee6e5-a088-4330-9cf8-b2cac39a3473", "gambit_id": "aa3d0735-1753-4118-b3e1-912feca9e048", "last_updated": "2022-08-12T10:02:17.758777-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Florida Mayhem", "reward": "2.41000", "odds": "2.55000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b202be-c00c-4adc-80d3-7791af1c9ead/?format=api" } ] } ] }