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/19aab953-32a2-46b9-be6d-63b78262dc13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19aab953-32a2-46b9-be6d-63b78262dc13",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "4dee1171-a76c-45bd-8acc-7775d0cce2d1",
    "completed": true,
    "last_updated": "2022-11-11T21:42:12.302750-05: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 - Intel Extreme Masters",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/4dee1171-a76c-45bd-8acc-7775d0cce2d1",
    "datetime": "2022-11-10T15:30:00-05:00",
    "cutoff_datetime": "2022-11-10T15:30:00-05:00",
    "name": "Cloud9 v. MOUZ",
    "bettypes": [
        {
            "id": "ec2fee2c-2fbb-448a-9103-f20ae39b8779",
            "match": "https://api-prod.gambitprofit.com/api/matches/19aab953-32a2-46b9-be6d-63b78262dc13/?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": "Cloud9",
                        "amount": 6692.0
                    },
                    {
                        "team": "MOUZ",
                        "amount": 3308.0
                    }
                ],
                "expected_reward_tokens": 8832.36,
                "profit_sb": -167.64,
                "profit_sb_percentage": -1.86,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4f89c722-4408-460b-b86d-b093c041c299",
                    "gambit_id": "f4ac04f2-e8f4-4932-b5b7-9b013d3b84ca",
                    "last_updated": "2022-11-11T21:42:12.306515-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cloud9",
                    "reward": "1.32000",
                    "odds": "1.36000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec2fee2c-2fbb-448a-9103-f20ae39b8779/?format=api"
                },
                {
                    "id": "a37ab724-ac72-426d-bbd9-da5dd2c4aab5",
                    "gambit_id": "c12ab45a-ae9b-490b-a395-6012dc5fee4a",
                    "last_updated": "2022-11-11T21:42:12.305384-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "MOUZ",
                    "reward": "2.67000",
                    "odds": "2.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec2fee2c-2fbb-448a-9103-f20ae39b8779/?format=api"
                }
            ]
        }
    ]
}