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/51316d4c-7ea4-42e1-a9b7-35ee51799a13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51316d4c-7ea4-42e1-a9b7-35ee51799a13",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "9fa6bc6d-348b-45f1-8a95-093b5c2a5579",
    "completed": true,
    "last_updated": "2022-09-25T15:07:18.583374-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.87,
    "sport_category": "Overwatch - Blizzard OW League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/9fa6bc6d-348b-45f1-8a95-093b5c2a5579",
    "datetime": "2022-09-23T16:30:00-04:00",
    "cutoff_datetime": "2022-09-23T16:30:00-04:00",
    "name": "Florida Mayhem v. Los Angeles Gladiators",
    "bettypes": [
        {
            "id": "8b38d62c-7a48-48ab-96de-7e5ff2953d56",
            "match": "https://api-prod.gambitprofit.com/api/matches/51316d4c-7ea4-42e1-a9b7-35ee51799a13/?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": "Los Angeles Gladiators",
                        "amount": 7066.0
                    },
                    {
                        "team": "Florida Mayhem",
                        "amount": 2934.0
                    }
                ],
                "expected_reward_tokens": 8831.34,
                "profit_sb": -168.66,
                "profit_sb_percentage": -1.87,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c48343fa-6a6a-4b32-b48f-381bfe84012e",
                    "gambit_id": "6ceb5d84-c313-4b9d-8b78-d13de4bef3b7",
                    "last_updated": "2022-09-25T15:07:18.586225-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Los Angeles Gladiators",
                    "reward": "1.25000",
                    "odds": "1.28000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b38d62c-7a48-48ab-96de-7e5ff2953d56/?format=api"
                },
                {
                    "id": "948110ac-ae7c-43ce-a40d-f8bd13afedc3",
                    "gambit_id": "9b178b93-2deb-4795-b071-55fbc02d76a8",
                    "last_updated": "2022-09-25T15:07:18.587453-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida Mayhem",
                    "reward": "3.01000",
                    "odds": "3.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b38d62c-7a48-48ab-96de-7e5ff2953d56/?format=api"
                }
            ]
        }
    ]
}