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/235fa76e-c356-4d24-b188-541a704fe63b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "235fa76e-c356-4d24-b188-541a704fe63b",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "db77ba61-a0f8-467b-8d95-d9f8c7892ff1",
    "completed": false,
    "last_updated": "2022-12-24T17:12:27.580557-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -3.15,
    "sport_category": "CS:GO - ESL Pro League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/db77ba61-a0f8-467b-8d95-d9f8c7892ff1",
    "datetime": "2022-09-18T13:30:00-04:00",
    "cutoff_datetime": "2022-09-18T13:30:00-04:00",
    "name": "Heroic v. Astralis",
    "bettypes": [
        {
            "id": "c163bf74-1904-4989-a47a-fb3247c19cb3",
            "match": "https://api-prod.gambitprofit.com/api/matches/235fa76e-c356-4d24-b188-541a704fe63b/?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": "Heroic",
                        "amount": 5552.0
                    },
                    {
                        "team": "Astralis",
                        "amount": 4448.0
                    }
                ],
                "expected_reward_tokens": 8716.64,
                "profit_sb": -283.36,
                "profit_sb_percentage": -3.15,
                "recommended": false
            },
            "lines": [
                {
                    "id": "cd5d520c-837b-497a-aa00-e53b78e7e702",
                    "gambit_id": "470db15a-2005-44b4-a338-c74cfff5c03a",
                    "last_updated": "2022-12-24T17:12:27.584261-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Heroic",
                    "reward": "1.57000",
                    "odds": "1.65000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c163bf74-1904-4989-a47a-fb3247c19cb3/?format=api"
                },
                {
                    "id": "5ba06dc3-3639-4716-ae8f-bcebb595d408",
                    "gambit_id": "92e8a918-6d15-48bf-b0c1-7fb2a6b73e53",
                    "last_updated": "2022-12-24T17:12:27.583168-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Astralis",
                    "reward": "1.96000",
                    "odds": "2.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c163bf74-1904-4989-a47a-fb3247c19cb3/?format=api"
                }
            ]
        }
    ]
}