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/75ef0c14-7f76-42aa-8959-6d8cd453afa2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75ef0c14-7f76-42aa-8959-6d8cd453afa2",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "891120d1-1e19-4955-ba66-5fff47241eaa",
    "completed": true,
    "last_updated": "2023-06-27T15:13:07.803240-04:00",
    "created_at": "2023-06-26T08:58:03.525342-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/891120d1-1e19-4955-ba66-5fff47241eaa",
    "datetime": "2023-06-26T22:59:00-04:00",
    "cutoff_datetime": "2023-06-26T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - June 26th 2023",
    "bettypes": [
        {
            "id": "28050561-3f58-414f-8f1a-894a1621f8bc",
            "match": "https://api-prod.gambitprofit.com/api/matches/75ef0c14-7f76-42aa-8959-6d8cd453afa2/?format=api",
            "name": "FreeForm",
            "created_at": "2023-06-26T08:58:03.527984-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": "4900212c-047d-4cee-8a63-1eae859188ad",
                    "gambit_id": "8c58b4eb-75eb-4f5f-8e16-345b71f9b98d",
                    "last_updated": "2023-06-27T15:13:07.814895-04:00",
                    "created_at": "2023-06-26T08:58:03.540332-04:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28050561-3f58-414f-8f1a-894a1621f8bc/?format=api"
                },
                {
                    "id": "b942cac7-62db-4874-bd10-137cb462bcbd",
                    "gambit_id": "04045c45-ebd3-42ba-bd67-ff227f977f94",
                    "last_updated": "2023-06-27T15:13:07.807635-04:00",
                    "created_at": "2023-06-26T08:58:03.530414-04:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28050561-3f58-414f-8f1a-894a1621f8bc/?format=api"
                },
                {
                    "id": "813a556e-c723-4f15-afcc-d35081f0b813",
                    "gambit_id": "b8b163cf-0405-41e1-8c8d-503c0957fb1e",
                    "last_updated": "2023-06-27T15:13:07.811285-04:00",
                    "created_at": "2023-06-26T08:58:03.535160-04:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28050561-3f58-414f-8f1a-894a1621f8bc/?format=api"
                },
                {
                    "id": "f167bebb-91e5-4e0f-bbc4-ee71c2709aa2",
                    "gambit_id": "9d5fdd3e-24f1-43f6-9cf5-94448e087370",
                    "last_updated": "2023-06-27T15:13:07.809575-04:00",
                    "created_at": "2023-06-26T08:58:03.532858-04:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28050561-3f58-414f-8f1a-894a1621f8bc/?format=api"
                },
                {
                    "id": "84deb42a-8283-43bf-b712-cea151d4ead0",
                    "gambit_id": "a980e4f7-0ffc-4bbd-8e53-5c9f6ade74c8",
                    "last_updated": "2023-06-27T15:13:07.812979-04:00",
                    "created_at": "2023-06-26T08:58:03.537857-04:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28050561-3f58-414f-8f1a-894a1621f8bc/?format=api"
                }
            ]
        }
    ]
}