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/ed9dd8ee-290d-4e64-9fe1-32feea89b50e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed9dd8ee-290d-4e64-9fe1-32feea89b50e",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "82835909-8cb7-4a29-850f-b0287e52c880",
    "completed": true,
    "last_updated": "2023-07-03T10:43:05.205535-04:00",
    "created_at": "2023-07-01T10:28:21.503889-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/82835909-8cb7-4a29-850f-b0287e52c880",
    "datetime": "2023-07-01T22:59:00-04:00",
    "cutoff_datetime": "2023-07-01T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - July 1st 2023",
    "bettypes": [
        {
            "id": "0b3af18a-4a5d-44da-8343-01d12f0bddf7",
            "match": "https://api-prod.gambitprofit.com/api/matches/ed9dd8ee-290d-4e64-9fe1-32feea89b50e/?format=api",
            "name": "FreeForm",
            "created_at": "2023-07-01T10:28:21.507263-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": "89cc7b01-af20-4875-8d75-baa09d860fa9",
                    "gambit_id": "5b6403f9-e357-4508-8583-0b9eae6a9b5d",
                    "last_updated": "2023-07-03T10:43:05.217860-04:00",
                    "created_at": "2023-07-01T10:28:21.516976-04:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b3af18a-4a5d-44da-8343-01d12f0bddf7/?format=api"
                },
                {
                    "id": "04877bfd-77da-48e6-957b-e40739ea7a89",
                    "gambit_id": "92d56ef2-47f0-41e4-ab38-2a9526a56090",
                    "last_updated": "2023-07-03T10:43:05.212017-04:00",
                    "created_at": "2023-07-01T10:28:21.511283-04:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b3af18a-4a5d-44da-8343-01d12f0bddf7/?format=api"
                },
                {
                    "id": "5fbd8cf2-2cd6-4120-bc4b-2f82c24e976c",
                    "gambit_id": "43195c5e-7fda-45ff-8e72-dda80eec8dbe",
                    "last_updated": "2023-07-03T10:43:05.214020-04:00",
                    "created_at": "2023-07-01T10:28:21.513140-04:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b3af18a-4a5d-44da-8343-01d12f0bddf7/?format=api"
                },
                {
                    "id": "b814b9a2-7f2e-4499-9368-ee9700dd3100",
                    "gambit_id": "00b97ae3-f1b6-4d6c-ad19-238fedccf922",
                    "last_updated": "2023-07-03T10:43:05.215973-04:00",
                    "created_at": "2023-07-01T10:28:21.515046-04:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b3af18a-4a5d-44da-8343-01d12f0bddf7/?format=api"
                },
                {
                    "id": "49dab5dc-0983-4dac-8975-9a6c6f752048",
                    "gambit_id": "4b0c712e-bdc2-47b6-9bf0-53aca4cb6914",
                    "last_updated": "2023-07-03T10:43:05.209744-04:00",
                    "created_at": "2023-07-01T10:28:21.509364-04:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b3af18a-4a5d-44da-8343-01d12f0bddf7/?format=api"
                }
            ]
        }
    ]
}