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/01ad93b2-c0c0-481a-bf17-d3ef40cfb781/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01ad93b2-c0c0-481a-bf17-d3ef40cfb781",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3f8d5ca7-50db-428d-8b50-18001a78b1b2",
    "completed": true,
    "last_updated": "2022-09-10T21:42:30.681492-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.82,
    "sport_category": "CS:GO - ESL Pro League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/3f8d5ca7-50db-428d-8b50-18001a78b1b2",
    "datetime": "2022-09-08T06:30:00-04:00",
    "cutoff_datetime": "2022-09-08T06:30:00-04:00",
    "name": "Outsiders v. FTW Esports",
    "bettypes": [
        {
            "id": "0011632a-a6c3-441f-a9ad-051309742995",
            "match": "https://api-prod.gambitprofit.com/api/matches/01ad93b2-c0c0-481a-bf17-d3ef40cfb781/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Outsiders",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10400.0,
                "profit_sb": 1400.0,
                "profit_sb_percentage": 15.56,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Outsiders",
                        "amount": 8811.0
                    },
                    {
                        "team": "FTW Esports",
                        "amount": 1189.0
                    }
                ],
                "expected_reward_tokens": 9163.44,
                "profit_sb": 163.44,
                "profit_sb_percentage": 1.82,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d10838d0-d1d3-477f-9f8e-756426a1ee7e",
                    "gambit_id": "cc9db800-b8e9-4f7a-807d-895c7ec182c6",
                    "last_updated": "2022-09-10T21:42:30.684864-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Outsiders",
                    "reward": "1.04000",
                    "odds": "1.04000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0011632a-a6c3-441f-a9ad-051309742995/?format=api"
                },
                {
                    "id": "9e682f59-66b4-424d-8649-8c87e2eccbc0",
                    "gambit_id": "f50f9007-a5a8-4655-a84c-5ecbc0bbf668",
                    "last_updated": "2022-09-10T21:42:30.683831-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "FTW Esports",
                    "reward": "7.71000",
                    "odds": "8.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0011632a-a6c3-441f-a9ad-051309742995/?format=api"
                }
            ]
        }
    ]
}