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/5f8813ed-6658-4a95-87f6-cc3d3cc5409e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f8813ed-6658-4a95-87f6-cc3d3cc5409e",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "16bb898a-05c1-4673-b365-275ef1923885",
    "completed": true,
    "last_updated": "2022-08-27T12:37:06.773362-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.15,
    "sport_category": "CS:GO - Blast Pro Series",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/16bb898a-05c1-4673-b365-275ef1923885",
    "datetime": "2022-08-25T14:00:00-04:00",
    "cutoff_datetime": "2022-08-25T14:00:00-04:00",
    "name": "Ninjas IN Pyjamas v. Evil Geniuses.PA",
    "bettypes": [
        {
            "id": "28e8fe09-82c3-43ba-8ff2-b7ce43b893be",
            "match": "https://api-prod.gambitprofit.com/api/matches/5f8813ed-6658-4a95-87f6-cc3d3cc5409e/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Ninjas IN Pyjamas",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10500.0,
                "profit_sb": 1500.0,
                "profit_sb_percentage": 16.67,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Ninjas IN Pyjamas",
                        "amount": 8673.0
                    },
                    {
                        "team": "Evil Geniuses.PA",
                        "amount": 1327.0
                    }
                ],
                "expected_reward_tokens": 9103.22,
                "profit_sb": 103.22,
                "profit_sb_percentage": 1.15,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7adda341-bd04-42e9-9930-3b045da11475",
                    "gambit_id": "bb2bf71d-920c-4999-b08b-f76940e590b1",
                    "last_updated": "2022-08-27T12:37:06.774784-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ninjas IN Pyjamas",
                    "reward": "1.05000",
                    "odds": "1.06000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28e8fe09-82c3-43ba-8ff2-b7ce43b893be/?format=api"
                },
                {
                    "id": "872912bf-6e19-4b16-a1da-a043dd72e9fa",
                    "gambit_id": "c81237ed-ad1a-456e-b9ea-60c94487de9f",
                    "last_updated": "2022-08-27T12:37:06.774282-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Evil Geniuses.PA",
                    "reward": "6.86000",
                    "odds": "7.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28e8fe09-82c3-43ba-8ff2-b7ce43b893be/?format=api"
                }
            ]
        }
    ]
}