GET /api/bet_types/52e8b0b0-9f0e-42fd-b0f2-d5c0e9eb9422/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52e8b0b0-9f0e-42fd-b0f2-d5c0e9eb9422",
    "match": "https://api-prod.gambitprofit.com/api/matches/bfa782f3-7a1c-48d2-93ea-1549b6ec5389/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T10:27:04.026301-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": "Boston Bruins",
                "amount": 7280.0
            },
            {
                "team": "Washington Capitals",
                "amount": 2720.0
            }
        ],
        "expected_reward_tokens": 9464.0,
        "profit_sb": -36.0,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "7665a7b6-83f2-4ac7-8e78-23214c7e1744",
            "gambit_id": "8c6750ed-416d-43c2-8c31-17600ca11c5a",
            "last_updated": "2023-04-13T11:27:24.420534-04:00",
            "created_at": "2023-04-11T10:27:04.028786-04:00",
            "name": "Boston Bruins",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52e8b0b0-9f0e-42fd-b0f2-d5c0e9eb9422/?format=api"
        },
        {
            "id": "a9eb81bc-7952-4116-b9eb-2e15fe3de31c",
            "gambit_id": "b4630494-d12f-4d59-a583-4e947eb177a2",
            "last_updated": "2023-04-13T11:27:24.421679-04:00",
            "created_at": "2023-04-11T10:27:04.031702-04:00",
            "name": "Washington Capitals",
            "reward": "3.48000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52e8b0b0-9f0e-42fd-b0f2-d5c0e9eb9422/?format=api"
        }
    ]
}