GET /api/bet_types/5385a5e9-dc71-425b-93d8-f26553c3088a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5385a5e9-dc71-425b-93d8-f26553c3088a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b55c698b-e611-4d19-8971-9656372c9ac2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-29T10:07:02.928788-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": 5939.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "105b5c00-1ac9-49d9-94ce-fd871e547085",
            "gambit_id": "28f3ae24-d145-4268-8c7f-4e6f8c2b51f3",
            "last_updated": "2023-03-30T10:42:08.020452-04:00",
            "created_at": "2023-03-29T10:07:02.930938-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5385a5e9-dc71-425b-93d8-f26553c3088a/?format=api"
        },
        {
            "id": "7c978eb8-8800-4731-a930-77b41404b59e",
            "gambit_id": "01338699-0da3-4f4f-af0a-04b0a7c44605",
            "last_updated": "2023-03-30T10:42:08.022160-04:00",
            "created_at": "2023-03-29T10:07:02.933223-04:00",
            "name": "Florida Panthers",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5385a5e9-dc71-425b-93d8-f26553c3088a/?format=api"
        }
    ]
}