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/4e50332d-c305-497d-bb89-58fad346d484/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e50332d-c305-497d-bb89-58fad346d484",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "2eb36e29-f4f8-41e6-979f-846ce6aa28da",
    "completed": true,
    "last_updated": "2023-10-23T13:52:56.007036-04:00",
    "created_at": "2023-10-20T09:13:20.254130-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/2eb36e29-f4f8-41e6-979f-846ce6aa28da",
    "datetime": "2023-10-21T22:59:00-04:00",
    "cutoff_datetime": "2023-10-21T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 21st 2023",
    "bettypes": [
        {
            "id": "e0422bfe-aff2-468c-a09a-ac7dd50ac50a",
            "match": "https://api-prod.gambitprofit.com/api/matches/4e50332d-c305-497d-bb89-58fad346d484/?format=api",
            "name": "FreeForm",
            "created_at": "2023-10-20T09:13:20.265173-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": "f022d32f-e320-4c9d-8f39-865337b14b20",
                    "gambit_id": "ce4c72a5-0171-4275-b184-757c24ae6549",
                    "last_updated": "2023-10-23T13:52:56.035846-04:00",
                    "created_at": "2023-10-20T09:13:20.288069-04:00",
                    "name": "21 to 26",
                    "reward": "3.85000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0422bfe-aff2-468c-a09a-ac7dd50ac50a/?format=api"
                },
                {
                    "id": "598cb8b6-b315-42ae-8599-78fd0afb555f",
                    "gambit_id": "986d573b-0a2e-40f1-959a-e5a5c149ad94",
                    "last_updated": "2023-10-23T13:52:56.021467-04:00",
                    "created_at": "2023-10-20T09:13:20.270020-04:00",
                    "name": "1 to 5",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0422bfe-aff2-468c-a09a-ac7dd50ac50a/?format=api"
                },
                {
                    "id": "96bcc829-bef5-4b75-bf2e-3c1c7cd5dd11",
                    "gambit_id": "1b496883-648d-4d07-a979-ec2c36c87ccb",
                    "last_updated": "2023-10-23T13:52:56.024880-04:00",
                    "created_at": "2023-10-20T09:13:20.273781-04:00",
                    "name": "6 to 10",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0422bfe-aff2-468c-a09a-ac7dd50ac50a/?format=api"
                },
                {
                    "id": "320db9f9-2430-4a90-b5db-7f095793696c",
                    "gambit_id": "d9945884-32da-422e-bf2d-8047ced44c66",
                    "last_updated": "2023-10-23T13:52:56.028391-04:00",
                    "created_at": "2023-10-20T09:13:20.277970-04:00",
                    "name": "11 to 15",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0422bfe-aff2-468c-a09a-ac7dd50ac50a/?format=api"
                },
                {
                    "id": "16f3d5e1-9501-481c-aacb-a650797bc609",
                    "gambit_id": "d78240b9-d4b2-49e3-8830-b09bf7859fe7",
                    "last_updated": "2023-10-23T13:52:56.032182-04:00",
                    "created_at": "2023-10-20T09:13:20.282554-04:00",
                    "name": "16 to 20",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0422bfe-aff2-468c-a09a-ac7dd50ac50a/?format=api"
                }
            ]
        }
    ]
}