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/7b985d30-4687-4242-9b87-2c3df8a6579b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b985d30-4687-4242-9b87-2c3df8a6579b",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "4944fdf1-fe81-453c-b5be-839b5bbd6b39",
    "completed": true,
    "last_updated": "2022-11-07T10:27:49.687647-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -3.32,
    "sport_category": "CS:GO - Intel Extreme Masters",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/4944fdf1-fe81-453c-b5be-839b5bbd6b39",
    "datetime": "2022-11-05T12:30:00-04:00",
    "cutoff_datetime": "2022-11-05T12:30:00-04:00",
    "name": "Heroic v. Outsiders",
    "bettypes": [
        {
            "id": "b29a75cc-24af-43a7-88d3-714420cb6d69",
            "match": "https://api-prod.gambitprofit.com/api/matches/7b985d30-4687-4242-9b87-2c3df8a6579b/?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": "Heroic",
                        "amount": 5371.0
                    },
                    {
                        "team": "Outsiders",
                        "amount": 4629.0
                    }
                ],
                "expected_reward_tokens": 8701.02,
                "profit_sb": -298.98,
                "profit_sb_percentage": -3.32,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7aa7bd2b-00ca-4a66-85d4-76f1e2c38e8c",
                    "gambit_id": "a7e6e8a0-591e-4296-b7ec-328f156b2d45",
                    "last_updated": "2022-11-07T10:27:49.691525-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Heroic",
                    "reward": "1.62000",
                    "odds": "1.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b29a75cc-24af-43a7-88d3-714420cb6d69/?format=api"
                },
                {
                    "id": "6f0e43ff-d04c-4666-9a61-acf1b256eeed",
                    "gambit_id": "091bcac2-b770-4cd2-8d6d-ac2ec1304568",
                    "last_updated": "2022-11-07T10:27:49.690380-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Outsiders",
                    "reward": "1.88000",
                    "odds": "2.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b29a75cc-24af-43a7-88d3-714420cb6d69/?format=api"
                }
            ]
        }
    ]
}