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/71bb3f00-2b20-4e50-8252-31f9fdb9d50d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71bb3f00-2b20-4e50-8252-31f9fdb9d50d",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "ab37c63f-9630-4309-92cb-59d2c7061faa",
    "completed": false,
    "last_updated": "2022-12-24T17:12:24.699999-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -4.56,
    "sport_category": "CS:GO - Intel Extreme Masters",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/ab37c63f-9630-4309-92cb-59d2c7061faa",
    "datetime": "2022-10-31T10:00:00-04:00",
    "cutoff_datetime": "2022-10-31T10:00:00-04:00",
    "name": "MOUZ v. Outsiders",
    "bettypes": [
        {
            "id": "bba90404-0943-42b6-8e54-e0bbcd5459b4",
            "match": "https://api-prod.gambitprofit.com/api/matches/71bb3f00-2b20-4e50-8252-31f9fdb9d50d/?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": 5397.0
                    },
                    {
                        "team": "MOUZ",
                        "amount": 4603.0
                    }
                ],
                "expected_reward_tokens": 9066.96,
                "profit_sb": -433.04,
                "profit_sb_percentage": -4.56,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d5d8dd59-a2ed-43e9-a1ee-1f7bf5733564",
                    "gambit_id": "d33f938c-205b-45d4-8722-c36d705f4747",
                    "last_updated": "2022-12-24T17:12:24.702726-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Outsiders",
                    "reward": "1.68000",
                    "odds": "1.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bba90404-0943-42b6-8e54-e0bbcd5459b4/?format=api"
                },
                {
                    "id": "fbf8c898-28a3-46aa-8866-dff2ee76058c",
                    "gambit_id": "1fdfa479-3036-4470-a11b-88f4d39be714",
                    "last_updated": "2022-12-24T17:12:24.703920-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "MOUZ",
                    "reward": "1.97000",
                    "odds": "2.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bba90404-0943-42b6-8e54-e0bbcd5459b4/?format=api"
                }
            ]
        }
    ]
}