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/9c680159-3c6d-40b1-8082-9ed8c0ada975/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c680159-3c6d-40b1-8082-9ed8c0ada975",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "f2e5a831-f674-4501-9b5d-c2e9a00a51ea",
    "completed": true,
    "last_updated": "2023-03-22T17:01:57.966342-04:00",
    "created_at": "2023-03-20T09:31:50.149198-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/f2e5a831-f674-4501-9b5d-c2e9a00a51ea",
    "datetime": "2023-03-20T22:59:00-04:00",
    "cutoff_datetime": "2023-03-20T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - March 20th 2023",
    "bettypes": [
        {
            "id": "beeaf861-0f3d-4d77-a0f6-c0c48cbc1cc4",
            "match": "https://api-prod.gambitprofit.com/api/matches/9c680159-3c6d-40b1-8082-9ed8c0ada975/?format=api",
            "name": "FreeForm",
            "created_at": "2023-03-20T09:31:50.152415-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": "fde01590-74e2-4c8c-8ecd-c51074626ddc",
                    "gambit_id": "406f1fb4-be26-488a-bb50-5aece2d46e67",
                    "last_updated": "2023-03-22T17:01:57.972468-04:00",
                    "created_at": "2023-03-20T09:31:50.156167-04:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beeaf861-0f3d-4d77-a0f6-c0c48cbc1cc4/?format=api"
                },
                {
                    "id": "c44f9cef-2a75-49f3-b1e4-577293f6f2c2",
                    "gambit_id": "3e102220-4f1a-4a91-9b8c-b0454474a182",
                    "last_updated": "2023-03-22T17:01:57.980220-04:00",
                    "created_at": "2023-03-20T09:31:50.163269-04:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beeaf861-0f3d-4d77-a0f6-c0c48cbc1cc4/?format=api"
                },
                {
                    "id": "b0bd6358-917e-4e65-99e4-135ea729c6ad",
                    "gambit_id": "acf203fa-b03c-40e5-805c-52d7509c1cc8",
                    "last_updated": "2023-03-22T17:01:57.975373-04:00",
                    "created_at": "2023-03-20T09:31:50.158910-04:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beeaf861-0f3d-4d77-a0f6-c0c48cbc1cc4/?format=api"
                },
                {
                    "id": "d58e9b6b-b66c-40a7-a587-f9b7c0771f47",
                    "gambit_id": "6014600b-8904-44f7-958d-3b47ae74faf5",
                    "last_updated": "2023-03-22T17:01:57.982486-04:00",
                    "created_at": "2023-03-20T09:31:50.167654-04:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beeaf861-0f3d-4d77-a0f6-c0c48cbc1cc4/?format=api"
                },
                {
                    "id": "89add550-7933-44c2-95e9-165e345c576f",
                    "gambit_id": "7abf5c16-7a51-4cd2-8fe4-c01e869cb7e5",
                    "last_updated": "2023-03-22T17:01:57.977665-04:00",
                    "created_at": "2023-03-20T09:31:50.160972-04:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beeaf861-0f3d-4d77-a0f6-c0c48cbc1cc4/?format=api"
                }
            ]
        }
    ]
}