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/52a00c12-b34c-4b60-91fe-f331b863163f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52a00c12-b34c-4b60-91fe-f331b863163f",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "56748ec4-f147-4773-8336-0f82519a434d",
    "completed": true,
    "last_updated": "2022-10-11T13:37:17.698964-04: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/56748ec4-f147-4773-8336-0f82519a434d",
    "datetime": "2022-10-10T22:59:00-04:00",
    "cutoff_datetime": "2022-10-10T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 10th 2022",
    "bettypes": [
        {
            "id": "313b5ca2-b561-43f3-b121-8f04d21e5fc7",
            "match": "https://api-prod.gambitprofit.com/api/matches/52a00c12-b34c-4b60-91fe-f331b863163f/?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": "b1deed87-120a-43f2-b57d-c15ad4e67d87",
                    "gambit_id": "3cb37128-2c64-461f-93bc-766e3ceb5b6f",
                    "last_updated": "2022-10-11T13:37:17.701713-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.91000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/313b5ca2-b561-43f3-b121-8f04d21e5fc7/?format=api"
                },
                {
                    "id": "acab36af-f78a-49e8-be1e-007e925a799b",
                    "gambit_id": "66dd123c-3665-4943-a8ff-707ceb21554c",
                    "last_updated": "2022-10-11T13:37:17.702868-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/313b5ca2-b561-43f3-b121-8f04d21e5fc7/?format=api"
                },
                {
                    "id": "6e88f8d7-1ac0-4648-a402-6a06dce5f992",
                    "gambit_id": "dc9c408d-4d4a-4562-8c65-f60596c17ac4",
                    "last_updated": "2022-10-11T13:37:17.705156-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/313b5ca2-b561-43f3-b121-8f04d21e5fc7/?format=api"
                },
                {
                    "id": "1b0ec63e-c864-4c8e-87af-d8d17217ad34",
                    "gambit_id": "5f054a9d-306d-4c64-9657-e0511dffc847",
                    "last_updated": "2022-10-11T13:37:17.706288-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/313b5ca2-b561-43f3-b121-8f04d21e5fc7/?format=api"
                },
                {
                    "id": "5f9d9b03-6541-407a-8de5-469d5ebd33c0",
                    "gambit_id": "00d8af29-cc54-4d91-990a-8d6b7a46b251",
                    "last_updated": "2022-10-11T13:37:17.704020-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/313b5ca2-b561-43f3-b121-8f04d21e5fc7/?format=api"
                }
            ]
        }
    ]
}