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/84ba09a9-9744-4969-8a2f-0850e2cdd7f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84ba09a9-9744-4969-8a2f-0850e2cdd7f8",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "10e3acb0-29d2-42b5-b110-3e9d7f9a7f4b",
    "completed": true,
    "last_updated": "2023-05-30T10:47:21.147851-04:00",
    "created_at": "2023-05-29T11:47:15.328811-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/10e3acb0-29d2-42b5-b110-3e9d7f9a7f4b",
    "datetime": "2023-05-29T22:59:00-04:00",
    "cutoff_datetime": "2023-05-29T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - May 29th 2023",
    "bettypes": [
        {
            "id": "1c4a3e11-b1db-4f8d-a678-688fd5ed0277",
            "match": "https://api-prod.gambitprofit.com/api/matches/84ba09a9-9744-4969-8a2f-0850e2cdd7f8/?format=api",
            "name": "FreeForm",
            "created_at": "2023-05-29T11:47:15.331278-04:00",
            "high_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "med_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "no_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "lines": [
                {
                    "id": "6fc47859-c3ac-4e80-88a7-2b015ac33161",
                    "gambit_id": "aebcca01-7c65-490f-8263-6ebe02bd5445",
                    "last_updated": "2023-05-30T10:47:21.163859-04:00",
                    "created_at": "2023-05-29T11:47:15.339721-04:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c4a3e11-b1db-4f8d-a678-688fd5ed0277/?format=api"
                },
                {
                    "id": "8f61c6c6-81c7-41c5-b951-3bb7c174bd45",
                    "gambit_id": "329d27b4-84e5-47b6-99f5-376fae6534eb",
                    "last_updated": "2023-05-30T10:47:21.154009-04:00",
                    "created_at": "2023-05-29T11:47:15.332919-04:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c4a3e11-b1db-4f8d-a678-688fd5ed0277/?format=api"
                },
                {
                    "id": "c0b03559-6bb3-44fd-9feb-65178a1705ec",
                    "gambit_id": "097c8dcf-0c40-4533-a569-d0db8b272bf6",
                    "last_updated": "2023-05-30T10:47:21.156564-04:00",
                    "created_at": "2023-05-29T11:47:15.334746-04:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c4a3e11-b1db-4f8d-a678-688fd5ed0277/?format=api"
                },
                {
                    "id": "dcb02ea0-4f28-4e48-a43b-4c867adc1dc0",
                    "gambit_id": "46235e1d-90b9-4401-a008-9d8cac07d31a",
                    "last_updated": "2023-05-30T10:47:21.158969-04:00",
                    "created_at": "2023-05-29T11:47:15.336388-04:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c4a3e11-b1db-4f8d-a678-688fd5ed0277/?format=api"
                },
                {
                    "id": "4487b557-b0de-480d-8231-0edfc7c784ca",
                    "gambit_id": "720878f6-898a-40c4-81e7-a74bf9998b33",
                    "last_updated": "2023-05-30T10:47:21.161304-04:00",
                    "created_at": "2023-05-29T11:47:15.338137-04:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c4a3e11-b1db-4f8d-a678-688fd5ed0277/?format=api"
                }
            ]
        }
    ]
}