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/9234a27c-bc65-4302-86a3-c965710963c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9234a27c-bc65-4302-86a3-c965710963c7",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "eef1f6cb-ec05-4ec1-8875-62aa22a70006",
    "completed": true,
    "last_updated": "2023-11-13T15:13:34.822565-05:00",
    "created_at": "2023-11-11T09:08:07.501779-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/eef1f6cb-ec05-4ec1-8875-62aa22a70006",
    "datetime": "2023-11-11T22:59:00-05:00",
    "cutoff_datetime": "2023-11-11T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 11th 2023",
    "bettypes": [
        {
            "id": "80e5544b-a246-477b-90c9-31ae85761a15",
            "match": "https://api-prod.gambitprofit.com/api/matches/9234a27c-bc65-4302-86a3-c965710963c7/?format=api",
            "name": "FreeForm",
            "created_at": "2023-11-11T09:08:07.514501-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": "598dceff-19b1-4be7-8ffb-d17814224075",
                    "gambit_id": "3791865e-0f1d-46b3-8b54-1ab04f368ca9",
                    "last_updated": "2023-11-13T15:13:34.850523-05:00",
                    "created_at": "2023-11-11T09:08:07.536684-05:00",
                    "name": "21 to 26",
                    "reward": "3.85000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80e5544b-a246-477b-90c9-31ae85761a15/?format=api"
                },
                {
                    "id": "440b2436-935c-4a86-bee4-39bb2e3741f6",
                    "gambit_id": "2b4464b1-e693-4df7-8d23-c7c99724370d",
                    "last_updated": "2023-11-13T15:13:34.835892-05:00",
                    "created_at": "2023-11-11T09:08:07.519200-05:00",
                    "name": "1 to 5",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80e5544b-a246-477b-90c9-31ae85761a15/?format=api"
                },
                {
                    "id": "09c079ec-24ac-4af5-a7dc-2e31c84afb3b",
                    "gambit_id": "8dc49efe-6e3b-4ea4-84a5-9c5f569f8ed6",
                    "last_updated": "2023-11-13T15:13:34.840182-05:00",
                    "created_at": "2023-11-11T09:08:07.523474-05:00",
                    "name": "6 to 10",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80e5544b-a246-477b-90c9-31ae85761a15/?format=api"
                },
                {
                    "id": "8372b40a-7b58-4e64-95f6-513455b3cce6",
                    "gambit_id": "819b29e4-c2f6-4ebb-b075-092067570e1e",
                    "last_updated": "2023-11-13T15:13:34.843873-05:00",
                    "created_at": "2023-11-11T09:08:07.527918-05:00",
                    "name": "11 to 15",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80e5544b-a246-477b-90c9-31ae85761a15/?format=api"
                },
                {
                    "id": "1a685741-bf46-4ec9-9579-03b33a96bcfe",
                    "gambit_id": "1b1f25de-e37b-4507-8aa6-dc8434a1a575",
                    "last_updated": "2023-11-13T15:13:34.847095-05:00",
                    "created_at": "2023-11-11T09:08:07.532277-05:00",
                    "name": "16 to 20",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80e5544b-a246-477b-90c9-31ae85761a15/?format=api"
                }
            ]
        }
    ]
}