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/8709a987-2ff1-4d0a-b959-d44e06a7ff7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8709a987-2ff1-4d0a-b959-d44e06a7ff7e",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "1a7aa3cf-4dd0-44f9-ae32-bc5dfa352921",
    "completed": true,
    "last_updated": "2022-11-10T10:04:08.941517-05: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/1a7aa3cf-4dd0-44f9-ae32-bc5dfa352921",
    "datetime": "2022-11-09T22:59:00-05:00",
    "cutoff_datetime": "2022-11-09T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 9th 2022",
    "bettypes": [
        {
            "id": "3a56b24b-df96-4d5f-ab40-117c05ecdbde",
            "match": "https://api-prod.gambitprofit.com/api/matches/8709a987-2ff1-4d0a-b959-d44e06a7ff7e/?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": "d214190d-1b91-4791-a7f0-03936e0374eb",
                    "gambit_id": "e99b835d-51fe-4e4e-8916-a3b274e4f2e7",
                    "last_updated": "2022-11-10T10:04:08.945623-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.64000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a56b24b-df96-4d5f-ab40-117c05ecdbde/?format=api"
                },
                {
                    "id": "533e46d1-42cd-4725-9673-ba5e29ec1790",
                    "gambit_id": "301ba9dc-ff45-4af2-a44c-68847e4f8e6f",
                    "last_updated": "2022-11-10T10:04:08.944427-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.30000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a56b24b-df96-4d5f-ab40-117c05ecdbde/?format=api"
                },
                {
                    "id": "ede02456-4f87-422d-a35e-648b7a14f018",
                    "gambit_id": "d7e01137-9272-4cd4-8e23-9e66abf006f9",
                    "last_updated": "2022-11-10T10:04:08.946780-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.30000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a56b24b-df96-4d5f-ab40-117c05ecdbde/?format=api"
                },
                {
                    "id": "869b34df-caaa-4c62-b57c-ed8b5da609f7",
                    "gambit_id": "727751bb-f740-4fdc-b888-ce6fe3c9edbc",
                    "last_updated": "2022-11-10T10:04:08.947932-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.30000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a56b24b-df96-4d5f-ab40-117c05ecdbde/?format=api"
                },
                {
                    "id": "00ca438a-ca60-48ea-a7f6-6ca78e1b94f0",
                    "gambit_id": "3a274439-2c09-402e-bfa0-bda8517eeb74",
                    "last_updated": "2022-11-10T10:04:08.949109-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.30000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a56b24b-df96-4d5f-ab40-117c05ecdbde/?format=api"
                }
            ]
        }
    ]
}