GET /api/bet_types/31b03f1c-f0a3-4b8c-a575-f4952f447959/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31b03f1c-f0a3-4b8c-a575-f4952f447959",
    "match": "https://api-prod.gambitprofit.com/api/matches/927fadff-a61f-4d74-870c-98a390047e50/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-07T11:57:11.605059-04: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": "Toronto Maple Leafs",
                "amount": 5784.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "5faef58c-32bc-4ff8-b7a4-59a254fe192a",
            "gambit_id": "54154088-b900-402b-a61e-642bf9bad38f",
            "last_updated": "2023-05-08T11:47:08.488778-04:00",
            "created_at": "2023-05-07T11:57:11.607667-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31b03f1c-f0a3-4b8c-a575-f4952f447959/?format=api"
        },
        {
            "id": "10c4e12a-c886-4ca5-954a-2c35578392c9",
            "gambit_id": "9e2a324e-3894-4efd-b73c-19cf038b6a6f",
            "last_updated": "2023-05-08T11:47:08.487009-04:00",
            "created_at": "2023-05-07T11:57:11.606376-04:00",
            "name": "Florida Panthers",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31b03f1c-f0a3-4b8c-a575-f4952f447959/?format=api"
        }
    ]
}