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/a5bee7b6-acce-4afa-8cf2-a4a90a3aa68d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5bee7b6-acce-4afa-8cf2-a4a90a3aa68d",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "24588884-a626-40c5-8906-c98fb3faa60c",
    "completed": true,
    "last_updated": "2022-10-03T12:01:59.161814-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.39,
    "sport_category": "Overwatch - Blizzard OW League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/24588884-a626-40c5-8906-c98fb3faa60c",
    "datetime": "2022-09-30T16:30:00-04:00",
    "cutoff_datetime": "2022-09-30T16:30:00-04:00",
    "name": "Dallas Fuel v. Vancouver Titans",
    "bettypes": [
        {
            "id": "e7529c96-f766-41bd-8c7e-dad6b0489870",
            "match": "https://api-prod.gambitprofit.com/api/matches/a5bee7b6-acce-4afa-8cf2-a4a90a3aa68d/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Dallas Fuel",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10300.0,
                "profit_sb": 1300.0,
                "profit_sb_percentage": 14.44,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Dallas Fuel",
                        "amount": 8859.0
                    },
                    {
                        "team": "Vancouver Titans",
                        "amount": 1141.0
                    }
                ],
                "expected_reward_tokens": 9124.77,
                "profit_sb": 124.77,
                "profit_sb_percentage": 1.39,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a80df753-7972-443d-a2c3-f9feff22f456",
                    "gambit_id": "a53d8653-e231-49b8-aeb6-e43e412374c9",
                    "last_updated": "2022-10-03T12:01:59.165982-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Fuel",
                    "reward": "1.03000",
                    "odds": "1.03000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7529c96-f766-41bd-8c7e-dad6b0489870/?format=api"
                },
                {
                    "id": "df8d10d7-a9c8-41df-979d-e1d8957a5945",
                    "gambit_id": "3815f78f-b731-45ce-b96c-a681e73f61bb",
                    "last_updated": "2022-10-03T12:01:59.164733-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Vancouver Titans",
                    "reward": "8.00000",
                    "odds": "9.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7529c96-f766-41bd-8c7e-dad6b0489870/?format=api"
                }
            ]
        }
    ]
}