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/94a6862e-289c-4dbe-9459-066791b87163/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94a6862e-289c-4dbe-9459-066791b87163",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "483701fc-9e14-4366-8b9d-110483a39041",
    "completed": true,
    "last_updated": "2023-06-11T11:33:13.294427-04:00",
    "created_at": "2023-06-09T11:23:23.006510-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/483701fc-9e14-4366-8b9d-110483a39041",
    "datetime": "2023-06-10T22:59:00-04:00",
    "cutoff_datetime": "2023-06-10T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - June 10th 2023",
    "bettypes": [
        {
            "id": "94dc748d-b93d-4c75-aa93-040d13b1b215",
            "match": "https://api-prod.gambitprofit.com/api/matches/94a6862e-289c-4dbe-9459-066791b87163/?format=api",
            "name": "FreeForm",
            "created_at": "2023-06-09T11:23:23.009516-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": "da9f1ca8-fa2d-4a3c-a843-faff11961c69",
                    "gambit_id": "7b5c3f47-9f15-41a6-9b7a-25123f667437",
                    "last_updated": "2023-06-11T11:33:13.310882-04:00",
                    "created_at": "2023-06-09T11:23:23.022175-04:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94dc748d-b93d-4c75-aa93-040d13b1b215/?format=api"
                },
                {
                    "id": "96eb63b1-471c-4ffc-94d1-a523e1162208",
                    "gambit_id": "90506b63-3105-4a60-b108-1048a7086d1d",
                    "last_updated": "2023-06-11T11:33:13.300020-04:00",
                    "created_at": "2023-06-09T11:23:23.011913-04:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94dc748d-b93d-4c75-aa93-040d13b1b215/?format=api"
                },
                {
                    "id": "fa57634b-306f-4c55-9d2d-6339c786d9bc",
                    "gambit_id": "4c8847ff-dec4-49af-ab65-86384ef95267",
                    "last_updated": "2023-06-11T11:33:13.302318-04:00",
                    "created_at": "2023-06-09T11:23:23.015065-04:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94dc748d-b93d-4c75-aa93-040d13b1b215/?format=api"
                },
                {
                    "id": "b8caec9d-4b66-437f-b213-c8c96e60c334",
                    "gambit_id": "22dba056-f5ea-4642-8a42-e8313f1ee887",
                    "last_updated": "2023-06-11T11:33:13.304523-04:00",
                    "created_at": "2023-06-09T11:23:23.017438-04:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94dc748d-b93d-4c75-aa93-040d13b1b215/?format=api"
                },
                {
                    "id": "de417cc7-8cd0-431b-9b7a-0f65adf8ec2d",
                    "gambit_id": "d8c8f0e5-1094-460c-ac1f-08e6bc9747fc",
                    "last_updated": "2023-06-11T11:33:13.306642-04:00",
                    "created_at": "2023-06-09T11:23:23.019921-04:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94dc748d-b93d-4c75-aa93-040d13b1b215/?format=api"
                }
            ]
        }
    ]
}