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/baa58e13-47ab-43ba-806b-7449c21a49d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "baa58e13-47ab-43ba-806b-7449c21a49d2",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "cd0d70b3-4358-457d-b511-63a79e0ff6c3",
    "completed": true,
    "last_updated": "2022-09-11T20:02:17.798838-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.86,
    "sport_category": "CS:GO - ESL Pro League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/cd0d70b3-4358-457d-b511-63a79e0ff6c3",
    "datetime": "2022-09-09T06:30:00-04:00",
    "cutoff_datetime": "2022-09-09T06:30:00-04:00",
    "name": "G2 Esports v. FTW Esports",
    "bettypes": [
        {
            "id": "925ca9ed-2ffd-43e7-a1fd-b0124f527c9d",
            "match": "https://api-prod.gambitprofit.com/api/matches/baa58e13-47ab-43ba-806b-7449c21a49d2/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "G2 Esports",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10200.0,
                "profit_sb": 1200.0,
                "profit_sb_percentage": 13.33,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "G2 Esports",
                        "amount": 8988.0
                    },
                    {
                        "team": "FTW Esports",
                        "amount": 1012.0
                    }
                ],
                "expected_reward_tokens": 9167.76,
                "profit_sb": 167.76,
                "profit_sb_percentage": 1.86,
                "recommended": true
            },
            "lines": [
                {
                    "id": "58e714a6-fef8-4e13-9f31-e4e7dd4a4c33",
                    "gambit_id": "60fae966-8b95-40ae-97fc-3a7153ec5236",
                    "last_updated": "2022-09-11T20:02:17.803264-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "G2 Esports",
                    "reward": "1.02000",
                    "odds": "1.02000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/925ca9ed-2ffd-43e7-a1fd-b0124f527c9d/?format=api"
                },
                {
                    "id": "28a2a593-b7e5-48c2-8c2d-e7d1559538d5",
                    "gambit_id": "bcc07dca-5354-4695-9ddc-93a9691c9159",
                    "last_updated": "2022-09-11T20:02:17.802036-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "FTW Esports",
                    "reward": "9.06000",
                    "odds": "10.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/925ca9ed-2ffd-43e7-a1fd-b0124f527c9d/?format=api"
                }
            ]
        }
    ]
}