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/321d87d8-3ca1-4869-b3ea-fbaabbbfbba4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "321d87d8-3ca1-4869-b3ea-fbaabbbfbba4",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "b66fe7d5-cdf1-42a5-9197-828f30e4d39c",
    "completed": true,
    "last_updated": "2022-09-08T19:07:09.505258-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.71,
    "sport_category": "CS:GO - ESL Pro League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/b66fe7d5-cdf1-42a5-9197-828f30e4d39c",
    "datetime": "2022-09-07T13:30:00-04:00",
    "cutoff_datetime": "2022-09-07T13:30:00-04:00",
    "name": "G2 Esports v. Mibr",
    "bettypes": [
        {
            "id": "3ea8a551-b20a-4579-a05e-7202a2819804",
            "match": "https://api-prod.gambitprofit.com/api/matches/321d87d8-3ca1-4869-b3ea-fbaabbbfbba4/?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": "G2 Esports",
                        "amount": 8021.0
                    },
                    {
                        "team": "Mibr",
                        "amount": 1979.0
                    }
                ],
                "expected_reward_tokens": 9063.73,
                "profit_sb": 63.73,
                "profit_sb_percentage": 0.71,
                "recommended": true
            },
            "lines": [
                {
                    "id": "0eae8215-3ddf-49a1-a50d-ddb571595bd1",
                    "gambit_id": "12ed0f23-cdcc-444c-bdf7-c504b178d8c5",
                    "last_updated": "2022-09-08T19:07:09.509129-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "G2 Esports",
                    "reward": "1.13000",
                    "odds": "1.14000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ea8a551-b20a-4579-a05e-7202a2819804/?format=api"
                },
                {
                    "id": "385da79f-c502-4dd8-aaed-03bbfac513c4",
                    "gambit_id": "64540692-2790-47d1-8617-e7c5bf9eb59d",
                    "last_updated": "2022-09-08T19:07:09.507978-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mibr",
                    "reward": "4.58000",
                    "odds": "5.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ea8a551-b20a-4579-a05e-7202a2819804/?format=api"
                }
            ]
        }
    ]
}