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/3cf22290-5c3a-42b4-bd5f-fa1eac81c728/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cf22290-5c3a-42b4-bd5f-fa1eac81c728",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "1b96695d-c8b8-4ef1-8653-e0eb6369b268",
    "completed": false,
    "last_updated": "2022-12-24T17:12:21.856159-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -3.95,
    "sport_category": "CS:GO - Intel Extreme Masters",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/1b96695d-c8b8-4ef1-8653-e0eb6369b268",
    "datetime": "2022-10-31T10:00:00-04:00",
    "cutoff_datetime": "2022-10-31T10:00:00-04:00",
    "name": "9z Team v. Gamerlegion",
    "bettypes": [
        {
            "id": "712b1635-0036-4cbd-8c07-eeb53fee7cd4",
            "match": "https://api-prod.gambitprofit.com/api/matches/3cf22290-5c3a-42b4-bd5f-fa1eac81c728/?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": "Gamerlegion",
                        "amount": 5775.0
                    },
                    {
                        "team": "9z Team",
                        "amount": 4225.0
                    }
                ],
                "expected_reward_tokens": 9124.5,
                "profit_sb": -375.5,
                "profit_sb_percentage": -3.95,
                "recommended": false
            },
            "lines": [
                {
                    "id": "2d76a704-7bd9-4295-9aa1-a7a001752c1a",
                    "gambit_id": "be79e224-8ca3-424f-acb6-80fef274cf46",
                    "last_updated": "2022-12-24T17:12:21.858748-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Gamerlegion",
                    "reward": "1.58000",
                    "odds": "1.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/712b1635-0036-4cbd-8c07-eeb53fee7cd4/?format=api"
                },
                {
                    "id": "1ff82e92-3b3b-4c4a-8fd7-0425d7576f00",
                    "gambit_id": "1e37f4dd-adad-4be9-9078-b56fdac0f96d",
                    "last_updated": "2022-12-24T17:12:21.859811-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "9z Team",
                    "reward": "2.16000",
                    "odds": "2.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/712b1635-0036-4cbd-8c07-eeb53fee7cd4/?format=api"
                }
            ]
        }
    ]
}