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/0e14edb2-250b-4bfc-a3ad-a29e12212ef5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e14edb2-250b-4bfc-a3ad-a29e12212ef5",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "44191473-a740-4b5a-bd2c-cb3e61c743fe",
    "completed": false,
    "last_updated": "2023-07-11T11:58:14.648865-04:00",
    "created_at": "2023-07-03T11:03:21.173163-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -3.68,
    "sport_category": "Nathan's Hot Dog Eating Contest",
    "sport": "Entertainment",
    "url": "https://app.gambitrewards.com/match/44191473-a740-4b5a-bd2c-cb3e61c743fe",
    "datetime": "2023-07-04T12:00:00-04:00",
    "cutoff_datetime": "2023-07-04T12:00:00-04:00",
    "name": "2023 Nathan's Hot Dog Eating Contest: Total Hot Dogs Eaten by Men's Winner",
    "bettypes": [
        {
            "id": "5a27b641-3f99-4b5d-aec2-a4b4c77d9302",
            "match": "https://api-prod.gambitprofit.com/api/matches/0e14edb2-250b-4bfc-a3ad-a29e12212ef5/?format=api",
            "name": "FreeForm",
            "created_at": "2023-07-03T11:03:21.175583-04: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": "Over 72½",
                        "amount": 5000.0
                    },
                    {
                        "team": "Under 72½",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": -350.0,
                "profit_sb_percentage": -3.68,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9b54c38c-4c77-4543-b87b-2d1abc65e739",
                    "gambit_id": "69c96c97-0610-4051-ad1a-02ba114718e2",
                    "last_updated": "2023-07-11T11:58:14.653889-04:00",
                    "created_at": "2023-07-03T11:03:21.177588-04:00",
                    "name": "Over 72½",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a27b641-3f99-4b5d-aec2-a4b4c77d9302/?format=api"
                },
                {
                    "id": "44e3d2fb-ef0e-4dcc-a102-45785fc4c0d9",
                    "gambit_id": "9e456cbd-b957-49eb-bcac-c06cdc11aab9",
                    "last_updated": "2023-07-11T11:58:14.656399-04:00",
                    "created_at": "2023-07-03T11:03:21.179931-04:00",
                    "name": "Under 72½",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a27b641-3f99-4b5d-aec2-a4b4c77d9302/?format=api"
                }
            ]
        }
    ]
}