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/60370f36-ba83-40df-99ad-8300db327242/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60370f36-ba83-40df-99ad-8300db327242",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "be827ef1-3569-4601-b26c-c6eaa1052ada",
    "completed": true,
    "last_updated": "2023-01-20T10:27:11.445912-05:00",
    "created_at": "2023-01-19T00:06:47.748370-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -5.1,
    "sport_category": "CS:GO - Blast Pro Series",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/be827ef1-3569-4601-b26c-c6eaa1052ada",
    "datetime": "2023-01-19T09:00:00-05:00",
    "cutoff_datetime": "2023-01-19T09:00:00-05:00",
    "name": "Heroic v. Evil Geniuses",
    "bettypes": [
        {
            "id": "515ecd75-3dcd-4842-9305-ee4b7d192e3f",
            "match": "https://api-prod.gambitprofit.com/api/matches/60370f36-ba83-40df-99ad-8300db327242/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-01-19T00:06:47.753110-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Heroic",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10700.0,
                "profit_sb": 1200.0,
                "profit_sb_percentage": 12.63,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Heroic",
                        "amount": 8426.0
                    },
                    {
                        "team": "Evil Geniuses",
                        "amount": 1574.0
                    }
                ],
                "expected_reward_tokens": 9015.82,
                "profit_sb": -484.18,
                "profit_sb_percentage": -5.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d916e82d-5dca-4873-b956-032dd8bbb0c6",
                    "gambit_id": "b6b7e3bd-00d4-4eaa-9130-3e16409ed055",
                    "last_updated": "2023-01-20T10:27:11.450150-05:00",
                    "created_at": "2023-01-19T00:06:47.761279-05:00",
                    "name": "Heroic",
                    "reward": "1.07000",
                    "odds": "1.08000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/515ecd75-3dcd-4842-9305-ee4b7d192e3f/?format=api"
                },
                {
                    "id": "32ea4919-9577-4a6e-9b25-bb7dc0070225",
                    "gambit_id": "52417eb4-8f51-439d-b2ad-d5e43a00c5ae",
                    "last_updated": "2023-01-20T10:27:11.448868-05:00",
                    "created_at": "2023-01-19T00:06:47.757369-05:00",
                    "name": "Evil Geniuses",
                    "reward": "5.73000",
                    "odds": "6.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/515ecd75-3dcd-4842-9305-ee4b7d192e3f/?format=api"
                }
            ]
        }
    ]
}