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/0a92b62e-641f-44f4-86e2-690a46c8eca1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a92b62e-641f-44f4-86e2-690a46c8eca1",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "5773f7c1-eb5f-471b-9a4d-ec61c597139c",
    "completed": true,
    "last_updated": "2023-05-20T15:42:14.235603-04:00",
    "created_at": "2023-05-18T14:27:14.620767-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -10.64,
    "sport_category": "BKFC",
    "sport": "Boxing/UFC",
    "url": "https://app.gambitrewards.com/match/5773f7c1-eb5f-471b-9a4d-ec61c597139c",
    "datetime": "2023-05-19T20:00:00-04:00",
    "cutoff_datetime": "2023-05-19T20:00:00-04:00",
    "name": "Strydom vs Krejci",
    "bettypes": [
        {
            "id": "2a73f4f3-bfd8-4faf-a4d3-01c96f74d52d",
            "match": "https://api-prod.gambitprofit.com/api/matches/0a92b62e-641f-44f4-86e2-690a46c8eca1/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-05-18T14:27:14.622865-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": "Tommy Strydom",
                        "amount": 5938.0
                    },
                    {
                        "team": "Josh Krejci",
                        "amount": 4062.0
                    }
                ],
                "expected_reward_tokens": 8489.58,
                "profit_sb": -1010.42,
                "profit_sb_percentage": -10.64,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e628867f-2325-490a-9081-bdfd7a08b245",
                    "gambit_id": "22f6fdbb-a76b-4b6a-a90f-68971c9c8e50",
                    "last_updated": "2023-05-20T15:42:14.240552-04:00",
                    "created_at": "2023-05-18T14:27:14.626362-04:00",
                    "name": "Tommy Strydom",
                    "reward": "1.43000",
                    "odds": "1.57000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a73f4f3-bfd8-4faf-a4d3-01c96f74d52d/?format=api"
                },
                {
                    "id": "510481b6-88e7-4d66-835a-e0b94c05825d",
                    "gambit_id": "1caab979-5309-4afc-ba9d-1730bc6cd4f7",
                    "last_updated": "2023-05-20T15:42:14.238820-04:00",
                    "created_at": "2023-05-18T14:27:14.624773-04:00",
                    "name": "Josh Krejci",
                    "reward": "2.09000",
                    "odds": "2.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a73f4f3-bfd8-4faf-a4d3-01c96f74d52d/?format=api"
                }
            ]
        }
    ]
}