GET /api/bet_types/bcd05686-2c6f-4082-9dc7-690c52523539/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcd05686-2c6f-4082-9dc7-690c52523539",
    "match": "https://api-prod.gambitprofit.com/api/matches/9acbcd0a-58ad-46a3-a6bb-140e4783b153/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "St Louis Blues",
                "amount": 5098.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6d54d96-c09f-4d0a-87a7-1df144a3fa00",
            "gambit_id": "7a0a8ed1-5c19-4f21-a929-3dc29b2741b8",
            "last_updated": "2022-12-20T15:57:22.849714-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcd05686-2c6f-4082-9dc7-690c52523539/?format=api"
        },
        {
            "id": "ffcbd643-6568-43cf-9b79-18ecbc4d520e",
            "gambit_id": "164dabe7-0c55-43bc-843c-97ce20839e16",
            "last_updated": "2022-12-20T15:57:22.848614-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcd05686-2c6f-4082-9dc7-690c52523539/?format=api"
        }
    ]
}