GET /api/bet_types/53e07b49-8b45-4b27-9ed2-9eef7d026db8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53e07b49-8b45-4b27-9ed2-9eef7d026db8",
    "match": "https://api-prod.gambitprofit.com/api/matches/2df81f10-0942-49b9-b8eb-860d82960f77/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-03T09:37:57.436696-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": "Dallas Mavericks",
                "amount": 8268.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 1732.0
            }
        ],
        "expected_reward_tokens": 9508.2,
        "profit_sb": 8.2,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "b90e6660-6661-4ba1-b0c7-eab95f4310f0",
            "gambit_id": "79262de9-9f8a-43ec-9e51-9d01d44b287c",
            "last_updated": "2024-01-05T13:58:01.941170-05:00",
            "created_at": "2024-01-03T09:37:57.445476-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.15000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53e07b49-8b45-4b27-9ed2-9eef7d026db8/?format=api"
        },
        {
            "id": "c7394d29-a518-4046-b50d-3532a178ba0e",
            "gambit_id": "925c93d9-deba-498e-9f32-ae878b40e3a1",
            "last_updated": "2024-01-05T13:58:01.934537-05:00",
            "created_at": "2024-01-03T09:37:57.441032-05:00",
            "name": "Portland Trail Blazers",
            "reward": "5.49000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53e07b49-8b45-4b27-9ed2-9eef7d026db8/?format=api"
        }
    ]
}