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/97b55b55-5dcb-4e8a-bcbe-44e7d6e2f472/?format=api
{ "id": "97b55b55-5dcb-4e8a-bcbe-44e7d6e2f472", "discount": "0.90", "sb_rate": "1.00", "gambit_id": "0a6d46bb-ac0b-4d7a-8c6d-2c383a3ffca4", "completed": true, "last_updated": "2022-08-10T10:16:56.831512-04:00", "created_at": "1969-12-31T19:00:00-05:00", "cutoff_passed": true, "max_no_risk_profit_sb_percentage": -0.92, "sport_category": "League of Legends - LPL Summer Split", "sport": "Esports", "url": "https://app.gambitrewards.com/match/0a6d46bb-ac0b-4d7a-8c6d-2c383a3ffca4", "datetime": "2022-08-09T07:15:00-04:00", "cutoff_datetime": "2022-08-09T07:15:00-04:00", "name": "Top Esports v. Victory Five", "bettypes": [ { "id": "350d31a6-6c26-45d0-9602-8e19d5a6b773", "match": "https://api-prod.gambitprofit.com/api/matches/97b55b55-5dcb-4e8a-bcbe-44e7d6e2f472/?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": "Top Esports", "amount": 6557.0 }, { "team": "Victory Five", "amount": 3443.0 } ], "expected_reward_tokens": 8917.37, "profit_sb": -82.63, "profit_sb_percentage": -0.92, "recommended": false }, "lines": [ { "id": "b0e12325-302c-4877-a199-02f6d933939b", "gambit_id": "fe582831-8221-4b61-8466-c485bc442fdf", "last_updated": "2022-08-10T10:16:56.832880-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Top Esports", "reward": "1.36000", "odds": "1.40000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/350d31a6-6c26-45d0-9602-8e19d5a6b773/?format=api" }, { "id": "006310b7-80d8-44a1-874b-b40d4e595dcc", "gambit_id": "147a289c-082c-48ca-a6fa-79eab5361b96", "last_updated": "2022-08-10T10:16:56.832388-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Victory Five", "reward": "2.59000", "odds": "2.75000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/350d31a6-6c26-45d0-9602-8e19d5a6b773/?format=api" } ] } ] }