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/c264291a-e7ec-4435-b3f5-534d948a1c19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c264291a-e7ec-4435-b3f5-534d948a1c19",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "6a122740-8cdf-44c7-96ec-f8e6f22193f4",
    "completed": false,
    "last_updated": "2022-12-24T17:12:26.597940-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.4,
    "sport_category": "CS:GO - ESL Pro League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/6a122740-8cdf-44c7-96ec-f8e6f22193f4",
    "datetime": "2022-09-10T10:00:00-04:00",
    "cutoff_datetime": "2022-09-10T10:00:00-04:00",
    "name": "Outsiders v. Mibr",
    "bettypes": [
        {
            "id": "72396c3f-e392-48b7-b666-4bfee210ef9e",
            "match": "https://api-prod.gambitprofit.com/api/matches/c264291a-e7ec-4435-b3f5-534d948a1c19/?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": "Outsiders",
                        "amount": 7100.0
                    },
                    {
                        "team": "Mibr",
                        "amount": 2900.0
                    }
                ],
                "expected_reward_tokens": 8874.0,
                "profit_sb": -126.0,
                "profit_sb_percentage": -1.4,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c0eb827e-2350-4c62-b49b-6315c4b7ea43",
                    "gambit_id": "625056d1-88e0-46ab-94b8-72f568c37b5b",
                    "last_updated": "2022-12-24T17:12:26.601735-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Outsiders",
                    "reward": "1.25000",
                    "odds": "1.28000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72396c3f-e392-48b7-b666-4bfee210ef9e/?format=api"
                },
                {
                    "id": "32f3c837-0576-4e18-95a6-d8705d257784",
                    "gambit_id": "28d72024-f311-402c-9c6c-0dbd92cc3ec6",
                    "last_updated": "2022-12-24T17:12:26.600614-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mibr",
                    "reward": "3.06000",
                    "odds": "3.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72396c3f-e392-48b7-b666-4bfee210ef9e/?format=api"
                }
            ]
        }
    ]
}