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/f10938ad-a311-4a56-a8e3-647e9843e013/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f10938ad-a311-4a56-a8e3-647e9843e013",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "132a36b2-67ec-4378-bdec-9f8f33dac2d3",
    "completed": true,
    "last_updated": "2023-07-31T18:28:10.534817-04:00",
    "created_at": "2023-07-29T14:18:04.703422-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/132a36b2-67ec-4378-bdec-9f8f33dac2d3",
    "datetime": "2023-07-29T22:59:00-04:00",
    "cutoff_datetime": "2023-07-29T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - July 29th 2023",
    "bettypes": [
        {
            "id": "8f1de200-b4af-4966-8456-ca5bd2200766",
            "match": "https://api-prod.gambitprofit.com/api/matches/f10938ad-a311-4a56-a8e3-647e9843e013/?format=api",
            "name": "FreeForm",
            "created_at": "2023-07-29T14:18:04.714996-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": "65bf9ea0-f471-4a89-a7c6-71a7223f4091",
                    "gambit_id": "24624949-3b80-4303-95b3-63e2c84e51ae",
                    "last_updated": "2023-07-31T18:28:10.560818-04:00",
                    "created_at": "2023-07-29T14:18:04.745126-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f1de200-b4af-4966-8456-ca5bd2200766/?format=api"
                },
                {
                    "id": "0da3661f-340a-40b7-b731-28402e28c65e",
                    "gambit_id": "045318e5-096d-46ab-8e40-8dc4510ba91a",
                    "last_updated": "2023-07-31T18:28:10.544734-04:00",
                    "created_at": "2023-07-29T14:18:04.721366-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f1de200-b4af-4966-8456-ca5bd2200766/?format=api"
                },
                {
                    "id": "a6b2dff7-2c01-4f83-83a8-2977db7e6987",
                    "gambit_id": "b6f3b99e-d218-4a56-ad35-accf0d5b1487",
                    "last_updated": "2023-07-31T18:28:10.548656-04:00",
                    "created_at": "2023-07-29T14:18:04.729610-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f1de200-b4af-4966-8456-ca5bd2200766/?format=api"
                },
                {
                    "id": "193fa5f5-5e3f-4f54-a858-eddb795ec737",
                    "gambit_id": "ecb1d338-c83b-49b4-ab55-c0e27717a164",
                    "last_updated": "2023-07-31T18:28:10.552399-04:00",
                    "created_at": "2023-07-29T14:18:04.734016-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f1de200-b4af-4966-8456-ca5bd2200766/?format=api"
                },
                {
                    "id": "434bc3ec-e189-42c2-a187-8c16f2ae8a5e",
                    "gambit_id": "d05e8ab6-f0c8-4f43-b413-d2f1b69a0e11",
                    "last_updated": "2023-07-31T18:28:10.556620-04:00",
                    "created_at": "2023-07-29T14:18:04.739826-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f1de200-b4af-4966-8456-ca5bd2200766/?format=api"
                }
            ]
        }
    ]
}