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/7c1d128c-569a-49b8-a88c-c6762d567765/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c1d128c-569a-49b8-a88c-c6762d567765",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3a3b5766-b810-4836-8e40-ef9a00bf35ce",
    "completed": true,
    "last_updated": "2022-08-27T14:37:12.897441-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.53,
    "sport_category": "Overwatch - Blizzard OW League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/3a3b5766-b810-4836-8e40-ef9a00bf35ce",
    "datetime": "2022-08-26T18:00:00-04:00",
    "cutoff_datetime": "2022-08-26T18:00:00-04:00",
    "name": "Vancouver Titans v. Washington Justice",
    "bettypes": [
        {
            "id": "ce8cca50-8b10-4907-b762-869d7a9682b4",
            "match": "https://api-prod.gambitprofit.com/api/matches/7c1d128c-569a-49b8-a88c-c6762d567765/?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": "Washington Justice",
                        "amount": 5382.0
                    },
                    {
                        "team": "Vancouver Titans",
                        "amount": 4618.0
                    }
                ],
                "expected_reward_tokens": 8772.66,
                "profit_sb": -227.34,
                "profit_sb_percentage": -2.53,
                "recommended": false
            },
            "lines": [
                {
                    "id": "dfac49c5-f917-4d7e-8510-6ffd6a5796d3",
                    "gambit_id": "963b8daa-9a01-4d75-886a-1175cc50a1af",
                    "last_updated": "2022-08-27T14:37:12.898274-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington Justice",
                    "reward": "1.63000",
                    "odds": "1.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce8cca50-8b10-4907-b762-869d7a9682b4/?format=api"
                },
                {
                    "id": "efe191d6-247f-4825-beca-82631efdd7d5",
                    "gambit_id": "ecbdd9f6-7a9e-437a-bdad-2a7e9e3cd120",
                    "last_updated": "2022-08-27T14:37:12.898725-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Vancouver Titans",
                    "reward": "1.90000",
                    "odds": "2.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce8cca50-8b10-4907-b762-869d7a9682b4/?format=api"
                }
            ]
        }
    ]
}