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/f67ff886-e824-4bc1-807f-09616326958d/?format=api
{ "id": "f67ff886-e824-4bc1-807f-09616326958d", "discount": "0.90", "sb_rate": "1.00", "gambit_id": "e7e835bb-07b6-4de7-a5e9-ef33606c0b2f", "completed": true, "last_updated": "2022-09-10T21:47:43.578082-04:00", "created_at": "1969-12-31T19:00:00-05:00", "cutoff_passed": true, "max_no_risk_profit_sb_percentage": 0.27, "sport_category": "ATP US Open", "sport": "Tennis", "url": "https://app.gambitrewards.com/match/e7e835bb-07b6-4de7-a5e9-ef33606c0b2f", "datetime": "2022-09-09T19:00:00-04:00", "cutoff_datetime": "2022-09-09T19:00:00-04:00", "name": "Carlos Alcaraz Garfia v. Frances Tiafoe", "bettypes": [ { "id": "05d69ad1-fce6-4f9e-b371-bb5a032440d9", "match": "https://api-prod.gambitprofit.com/api/matches/f67ff886-e824-4bc1-807f-09616326958d/?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": "Carlos Alcaraz Garfia", "amount": 6224.0 }, { "team": "Frances Tiafoe", "amount": 3776.0 } ], "expected_reward_tokens": 9024.64, "profit_sb": 24.64, "profit_sb_percentage": 0.27, "recommended": true }, "lines": [ { "id": "8352d65a-c207-4c14-b7a9-2d238b4aa137", "gambit_id": "c1353014-39a7-4bdc-acac-4e7b129bcfde", "last_updated": "2022-09-10T21:47:43.582067-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Carlos Alcaraz Garfia", "reward": "1.45000", "odds": "1.50000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05d69ad1-fce6-4f9e-b371-bb5a032440d9/?format=api" }, { "id": "c6164a43-20d3-44ef-9201-2b8ab1f18ca8", "gambit_id": "31d7559b-a609-4c9d-b3c4-77d73f4227fc", "last_updated": "2022-09-10T21:47:43.580885-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Frances Tiafoe", "reward": "2.39000", "odds": "2.55000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05d69ad1-fce6-4f9e-b371-bb5a032440d9/?format=api" } ] } ] }