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/5e1914da-66f4-49b0-bb24-fd6c849e478f/?format=api
{ "id": "5e1914da-66f4-49b0-bb24-fd6c849e478f", "discount": "0.95", "sb_rate": "1.00", "gambit_id": "a5bd0d25-8792-4a1d-acbd-a0a5e5a01e11", "completed": true, "last_updated": "2023-03-20T09:56:57.736638-04:00", "created_at": "2023-03-18T08:51:59.964363-04:00", "cutoff_passed": true, "max_no_risk_profit_sb_percentage": -2.53, "sport_category": "UFC 283", "sport": "Boxing/UFC", "url": "https://app.gambitrewards.com/match/a5bd0d25-8792-4a1d-acbd-a0a5e5a01e11", "datetime": "2023-03-18T17:00:00-04:00", "cutoff_datetime": "2023-03-18T17:00:00-04:00", "name": "Jennifer Maia v. Casey O'Neill", "bettypes": [ { "id": "9adb82e5-8dc5-40d6-8419-6580ea9da283", "match": "https://api-prod.gambitprofit.com/api/matches/5e1914da-66f4-49b0-bb24-fd6c849e478f/?format=api", "name": "Pick the Winner", "created_at": "2023-03-18T08:51:59.967721-04: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": "Casey O'Neill", "amount": 5974.0 }, { "team": "Jennifer Maia", "amount": 4026.0 } ], "expected_reward_tokens": 9259.7, "profit_sb": -240.3, "profit_sb_percentage": -2.53, "recommended": false }, "lines": [ { "id": "654b31b6-2cf9-463b-a91c-b22b9bebfde4", "gambit_id": "4b3c7b4e-b593-4fc0-9516-8db73bc1f1d2", "last_updated": "2023-03-20T09:56:57.741389-04:00", "created_at": "2023-03-18T08:51:59.970969-04:00", "name": "Casey O'Neill", "reward": "1.55000", "odds": "1.57140", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9adb82e5-8dc5-40d6-8419-6580ea9da283/?format=api" }, { "id": "3b41474a-a350-44b7-bff2-1e3bfc3c42a9", "gambit_id": "8bb7e704-0f83-44e9-bfcb-2bad525622c8", "last_updated": "2023-03-20T09:56:57.743457-04:00", "created_at": "2023-03-18T08:51:59.973844-04:00", "name": "Jennifer Maia", "reward": "2.30000", "odds": "2.35000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9adb82e5-8dc5-40d6-8419-6580ea9da283/?format=api" } ] } ] }