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/085992d6-9328-4218-931d-ffbce4464f17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "085992d6-9328-4218-931d-ffbce4464f17",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "050dc9ae-6270-49f9-b202-12437c5eb5b9",
    "completed": true,
    "last_updated": "2022-10-03T11:37:31.024429-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/050dc9ae-6270-49f9-b202-12437c5eb5b9",
    "datetime": "2022-10-01T22:59:00-04:00",
    "cutoff_datetime": "2022-10-01T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 1st 2022",
    "bettypes": [
        {
            "id": "9bbcd689-a7ca-4ef9-a22c-0abaaa3e9e74",
            "match": "https://api-prod.gambitprofit.com/api/matches/085992d6-9328-4218-931d-ffbce4464f17/?format=api",
            "name": "FreeForm",
            "created_at": "1969-12-31T19:00:00-05: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": "8d507173-b7a0-40d0-9370-46053f6703d6",
                    "gambit_id": "a9094de9-7e03-4730-a88c-87b216b9de2a",
                    "last_updated": "2022-10-03T11:37:31.026703-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.84000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bbcd689-a7ca-4ef9-a22c-0abaaa3e9e74/?format=api"
                },
                {
                    "id": "9ae094a0-f8df-452a-af8e-ce4fabb9b411",
                    "gambit_id": "08104210-82d1-4ac6-987c-bdfa5092ff47",
                    "last_updated": "2022-10-03T11:37:31.030758-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.54000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bbcd689-a7ca-4ef9-a22c-0abaaa3e9e74/?format=api"
                },
                {
                    "id": "7985a5e0-bcb2-4ce5-b4da-a408b2ce3a48",
                    "gambit_id": "259803d6-a82c-49ec-b500-161f9b2cc147",
                    "last_updated": "2022-10-03T11:37:31.029794-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.54000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bbcd689-a7ca-4ef9-a22c-0abaaa3e9e74/?format=api"
                },
                {
                    "id": "240e94e4-8ddf-4b97-a7e3-7314aedd2ad5",
                    "gambit_id": "11175936-c310-48f4-850d-0aab5480181c",
                    "last_updated": "2022-10-03T11:37:31.027725-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.54000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bbcd689-a7ca-4ef9-a22c-0abaaa3e9e74/?format=api"
                },
                {
                    "id": "e23f8876-2b5f-46e9-a972-6514ce1aed9e",
                    "gambit_id": "ba6515d2-1797-4561-a639-88b087add798",
                    "last_updated": "2022-10-03T11:37:31.028830-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.54000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bbcd689-a7ca-4ef9-a22c-0abaaa3e9e74/?format=api"
                }
            ]
        }
    ]
}