GET /api/bet_types/239f707c-c37b-4322-a6dc-67218e1734df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "239f707c-c37b-4322-a6dc-67218e1734df",
    "match": "https://api-prod.gambitprofit.com/api/matches/61c3d61a-8d48-45eb-81c6-af4f0635e8d6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-25T09:33:17.024124-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": 5614.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "257b8a84-c6b2-41c5-b1e9-78e5e7365df8",
            "gambit_id": "8f3d8fa5-1c81-4097-b73d-e21558b2d89a",
            "last_updated": "2023-12-26T20:23:08.835915-05:00",
            "created_at": "2023-12-25T09:33:17.036003-05:00",
            "name": "Miami Heat",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/239f707c-c37b-4322-a6dc-67218e1734df/?format=api"
        },
        {
            "id": "7983ad7b-76da-4e70-a153-384c8d0059a5",
            "gambit_id": "e727fb6d-2ded-4833-ba46-ecb383f6d3eb",
            "last_updated": "2023-12-26T20:23:08.832496-05:00",
            "created_at": "2023-12-25T09:33:17.027675-05:00",
            "name": "Philadelphia 76ers",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/239f707c-c37b-4322-a6dc-67218e1734df/?format=api"
        }
    ]
}