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/785f54f5-cf1c-4e08-8bce-d0039acb983a/?format=api
{ "id": "785f54f5-cf1c-4e08-8bce-d0039acb983a", "discount": "0.90", "sb_rate": "1.00", "gambit_id": "7e04c80b-23a2-43f9-86e8-d5b7424851be", "completed": true, "last_updated": "2022-11-17T11:13:07.538888-05:00", "created_at": "1969-12-31T19:00:00-05:00", "cutoff_passed": true, "max_no_risk_profit_sb_percentage": 0.0, "sport_category": "Powerball Betting", "sport": "Non Sporting", "url": "https://app.gambitrewards.com/match/7e04c80b-23a2-43f9-86e8-d5b7424851be", "datetime": "2022-11-16T22:59:00-05:00", "cutoff_datetime": "2022-11-16T22:59:00-05:00", "name": "US Lottery - Powerball: Odd or Even Powerball Number - November 16th 2022", "bettypes": [ { "id": "ed214ffe-a9b6-4725-be85-0783e7f850cc", "match": "https://api-prod.gambitprofit.com/api/matches/785f54f5-cf1c-4e08-8bce-d0039acb983a/?format=api", "name": "FreeForm", "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": "Even", "amount": 5000.0 }, { "team": "Odd", "amount": 5000.0 } ], "expected_reward_tokens": 9000.0, "profit_sb": 0.0, "profit_sb_percentage": 0.0, "recommended": false }, "lines": [ { "id": "7c622883-4a08-4f6d-b58c-b8981f1b8dea", "gambit_id": "6ad8978a-6a71-4160-915e-102d37453e93", "last_updated": "2022-11-17T11:13:07.541220-05:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Even", "reward": "1.80000", "odds": "1.90910", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed214ffe-a9b6-4725-be85-0783e7f850cc/?format=api" }, { "id": "52020682-b6b3-4d2f-8437-45ff08b08975", "gambit_id": "4dba98d2-d8a3-409c-80ef-a74de33b4f2c", "last_updated": "2022-11-17T11:13:07.542288-05:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Odd", "reward": "1.80000", "odds": "1.90910", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed214ffe-a9b6-4725-be85-0783e7f850cc/?format=api" } ] } ] }