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/db76508b-73a0-4322-9af5-a5c7271d1967/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db76508b-73a0-4322-9af5-a5c7271d1967",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "ca9ed625-623e-4614-91ac-ca22779821f8",
    "completed": true,
    "last_updated": "2023-11-10T11:28:05.304296-05:00",
    "created_at": "2023-11-08T08:18:01.158537-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/ca9ed625-623e-4614-91ac-ca22779821f8",
    "datetime": "2023-11-08T22:59:00-05:00",
    "cutoff_datetime": "2023-11-08T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 8th 2023",
    "bettypes": [
        {
            "id": "fcdaf9eb-b193-49fd-a0d2-cb31056cddfd",
            "match": "https://api-prod.gambitprofit.com/api/matches/db76508b-73a0-4322-9af5-a5c7271d1967/?format=api",
            "name": "FreeForm",
            "created_at": "2023-11-08T08:18:01.170479-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": "9e329baa-575d-4122-a3c5-1cee83b03dc0",
                    "gambit_id": "aa915de3-ae5c-4a04-933d-7a9183aae907",
                    "last_updated": "2023-11-10T11:28:05.340808-05:00",
                    "created_at": "2023-11-08T08:18:01.208562-05:00",
                    "name": "21 to 26",
                    "reward": "3.85000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcdaf9eb-b193-49fd-a0d2-cb31056cddfd/?format=api"
                },
                {
                    "id": "13f2cb23-6bce-4579-b4eb-64cbde349424",
                    "gambit_id": "d0fc440a-32aa-4664-9950-44f1f159415a",
                    "last_updated": "2023-11-10T11:28:05.318850-05:00",
                    "created_at": "2023-11-08T08:18:01.182648-05:00",
                    "name": "1 to 5",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcdaf9eb-b193-49fd-a0d2-cb31056cddfd/?format=api"
                },
                {
                    "id": "3426935c-7d40-4555-a74c-1921d42adef3",
                    "gambit_id": "412ebef0-402a-48f6-b7e2-64681e4f1c9a",
                    "last_updated": "2023-11-10T11:28:05.324159-05:00",
                    "created_at": "2023-11-08T08:18:01.190792-05:00",
                    "name": "6 to 10",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcdaf9eb-b193-49fd-a0d2-cb31056cddfd/?format=api"
                },
                {
                    "id": "63f77da6-a6c6-42bb-9004-9bc667fed738",
                    "gambit_id": "87acc772-3a0e-4ae4-a0cd-527b471d778b",
                    "last_updated": "2023-11-10T11:28:05.328741-05:00",
                    "created_at": "2023-11-08T08:18:01.195864-05:00",
                    "name": "11 to 15",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcdaf9eb-b193-49fd-a0d2-cb31056cddfd/?format=api"
                },
                {
                    "id": "e4e49484-802f-4782-a5af-75780e536e49",
                    "gambit_id": "38e976bb-36c5-46ed-8bee-093cfe8c98e8",
                    "last_updated": "2023-11-10T11:28:05.333908-05:00",
                    "created_at": "2023-11-08T08:18:01.202233-05:00",
                    "name": "16 to 20",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcdaf9eb-b193-49fd-a0d2-cb31056cddfd/?format=api"
                }
            ]
        }
    ]
}