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/bb60f116-9393-496c-a646-e0b5663e9587/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb60f116-9393-496c-a646-e0b5663e9587",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "02c115d6-e99d-4d66-bdea-a7c22ec5b168",
    "completed": true,
    "last_updated": "2022-09-26T10:07:19.486150-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.0,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/02c115d6-e99d-4d66-bdea-a7c22ec5b168",
    "datetime": "2022-09-25T16:05:00-04:00",
    "cutoff_datetime": "2022-09-25T16:05:00-04:00",
    "name": "Jacksonville Jaguars v. Los Angeles Chargers",
    "bettypes": [
        {
            "id": "b001c10a-3725-4146-a6d2-67d294ab6fea",
            "match": "https://api-prod.gambitprofit.com/api/matches/bb60f116-9393-496c-a646-e0b5663e9587/?format=api",
            "name": "Play the Odds",
            "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": "Jacksonville Jaguars",
                        "amount": 5000.0
                    },
                    {
                        "team": "Los Angeles Chargers",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c310e8f5-c836-49e7-bde0-8cb0df885b2b",
                    "gambit_id": "c0d17897-ad4b-4c22-b892-8c196a7bcdce",
                    "last_updated": "2022-09-26T10:07:19.490123-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Jacksonville Jaguars",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b001c10a-3725-4146-a6d2-67d294ab6fea/?format=api"
                },
                {
                    "id": "28d290c1-6650-4025-be94-a7522280d945",
                    "gambit_id": "bc2e7ee4-dc77-49ac-8baf-ddc8ca98f0fd",
                    "last_updated": "2022-09-26T10:07:19.488996-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Los Angeles Chargers",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b001c10a-3725-4146-a6d2-67d294ab6fea/?format=api"
                }
            ]
        },
        {
            "id": "f34d780b-1003-4215-a806-68e4bd770a5a",
            "match": "https://api-prod.gambitprofit.com/api/matches/bb60f116-9393-496c-a646-e0b5663e9587/?format=api",
            "name": "FreeForm",
            "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": "xxxx",
                        "amount": 5000.0
                    },
                    {
                        "team": "xxxx",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 8850.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.67,
                "recommended": false
            },
            "lines": [
                {
                    "id": "52f3ba3c-4003-4932-a550-2177df8add30",
                    "gambit_id": "069c5467-2ab9-465a-ba12-2fa4709ed3c3",
                    "last_updated": "2022-09-26T10:07:19.492104-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "xxxx",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f34d780b-1003-4215-a806-68e4bd770a5a/?format=api"
                },
                {
                    "id": "70e214bc-0716-402f-96bd-67e8652a97dd",
                    "gambit_id": "c405d881-979c-40a3-bf45-18602382ca86",
                    "last_updated": "2022-09-26T10:07:19.493104-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "xxxx",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f34d780b-1003-4215-a806-68e4bd770a5a/?format=api"
                }
            ]
        }
    ]
}