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/b74dedd7-8a17-4165-8350-6a77ff723391/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b74dedd7-8a17-4165-8350-6a77ff723391",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "c41e50ef-c981-492e-9f29-4f3be6dc573a",
    "completed": true,
    "last_updated": "2022-12-15T10:47:00.110526-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.98,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/c41e50ef-c981-492e-9f29-4f3be6dc573a",
    "datetime": "2022-12-14T20:10:00-05:00",
    "cutoff_datetime": "2022-12-14T20:10:00-05:00",
    "name": "Miami Heat v. Oklahoma City Thunder",
    "bettypes": [
        {
            "id": "58cf26e6-c0d1-4793-ba22-b02d0b4ab651",
            "match": "https://api-prod.gambitprofit.com/api/matches/b74dedd7-8a17-4165-8350-6a77ff723391/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Miami Heat",
                        "amount": 5753.0
                    },
                    {
                        "team": "Oklahoma City Thunder",
                        "amount": 4247.0
                    }
                ],
                "expected_reward_tokens": 9088.58,
                "profit_sb": 88.58,
                "profit_sb_percentage": 0.98,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b2354e62-cfb2-4507-bf69-ba74dccc312c",
                    "gambit_id": "40401a26-c935-4190-aeaa-75ffaf068d62",
                    "last_updated": "2022-12-15T10:47:00.120956-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Miami Heat",
                    "reward": "1.58000",
                    "odds": "1.66670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58cf26e6-c0d1-4793-ba22-b02d0b4ab651/?format=api"
                },
                {
                    "id": "11d464c5-cc94-45ba-9d92-6c5403e91e73",
                    "gambit_id": "7d47c34d-05b9-4291-94c0-672c3c0a9cbf",
                    "last_updated": "2022-12-15T10:47:00.119873-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oklahoma City Thunder",
                    "reward": "2.14000",
                    "odds": "2.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58cf26e6-c0d1-4793-ba22-b02d0b4ab651/?format=api"
                }
            ]
        },
        {
            "id": "00f1aa31-37a4-4031-a02d-1246cbc01350",
            "match": "https://api-prod.gambitprofit.com/api/matches/b74dedd7-8a17-4165-8350-6a77ff723391/?format=api",
            "name": "Play the Odds",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Oklahoma City Thunder",
                        "amount": 5000.0
                    },
                    {
                        "team": "Miami Heat",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "086a08be-c3f7-423a-bd04-7c6e965872eb",
                    "gambit_id": "8defadea-a8ef-4e0a-9924-10cf07d5be2b",
                    "last_updated": "2022-12-15T10:47:00.116612-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oklahoma City Thunder",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00f1aa31-37a4-4031-a02d-1246cbc01350/?format=api"
                },
                {
                    "id": "c21ec46d-a5c4-4af8-a7da-d9035a93c580",
                    "gambit_id": "0264de7a-d574-4795-a257-e9f7b7385c02",
                    "last_updated": "2022-12-15T10:47:00.117712-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Miami Heat",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00f1aa31-37a4-4031-a02d-1246cbc01350/?format=api"
                }
            ]
        },
        {
            "id": "86cb0b45-7e22-4588-8539-bd9d4ce4df7b",
            "match": "https://api-prod.gambitprofit.com/api/matches/b74dedd7-8a17-4165-8350-6a77ff723391/?format=api",
            "name": "Over/Under",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Game Total Under 222.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 222.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4a7ffddf-bc1b-4c23-964f-987362ae41d7",
                    "gambit_id": "091a2a86-9a4c-44ed-9b70-24f5d6165942",
                    "last_updated": "2022-12-15T10:47:00.113216-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 222.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "222.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86cb0b45-7e22-4588-8539-bd9d4ce4df7b/?format=api"
                },
                {
                    "id": "b566b154-3201-49f2-a5f5-2c6e669f6ae1",
                    "gambit_id": "b75402d1-43b9-43d4-a816-153d78e1cb4b",
                    "last_updated": "2022-12-15T10:47:00.114319-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 222.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "222.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86cb0b45-7e22-4588-8539-bd9d4ce4df7b/?format=api"
                }
            ]
        }
    ]
}