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/c9baae66-05b0-4a98-bc33-20f6684dc1fe/?format=api
{ "id": "c9baae66-05b0-4a98-bc33-20f6684dc1fe", "discount": "0.90", "sb_rate": "1.00", "gambit_id": "899d95e5-98d3-4fcc-a862-0ab2d836096b", "completed": false, "last_updated": "2022-12-24T17:12:26.228096-05:00", "created_at": "1969-12-31T19:00:00-05:00", "cutoff_passed": true, "max_no_risk_profit_sb_percentage": -2.73, "sport_category": "BKFC 30", "sport": "Boxing/UFC", "url": "https://app.gambitrewards.com/match/899d95e5-98d3-4fcc-a862-0ab2d836096b", "datetime": "2022-09-10T22:20:00-04:00", "cutoff_datetime": "2022-09-10T22:20:00-04:00", "name": "Davison vs Slaveski", "bettypes": [ { "id": "58605053-9719-495d-825f-549726752cff", "match": "https://api-prod.gambitprofit.com/api/matches/c9baae66-05b0-4a98-bc33-20f6684dc1fe/?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": "Gorjan Slaveski", "amount": 6633.0 }, { "team": "Dallas Davison", "amount": 3367.0 } ], "expected_reward_tokens": 8754.2, "profit_sb": -245.8, "profit_sb_percentage": -2.73, "recommended": false }, "lines": [ { "id": "3194348d-9a3c-4a76-9013-29dbdae4a4be", "gambit_id": "be174c2b-f700-4fb2-a507-899ca1a882e4", "last_updated": "2022-12-24T17:12:26.230626-05:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Gorjan Slaveski", "reward": "1.32000", "odds": "1.40000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58605053-9719-495d-825f-549726752cff/?format=api" }, { "id": "0b68d5f1-6f7c-48c1-887b-adff7ba44300", "gambit_id": "bfd72372-3d51-45aa-9ebf-ab6e8e549e4c", "last_updated": "2022-12-24T17:12:26.231690-05:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Dallas Davison", "reward": "2.60000", "odds": "3.00000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58605053-9719-495d-825f-549726752cff/?format=api" } ] } ] }