GET /api/bet_types/1d6ce9f7-fbb4-4305-93f4-dc98de14e0b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d6ce9f7-fbb4-4305-93f4-dc98de14e0b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/cca86bf0-2973-4302-94bd-656dff8373cd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-14T09:28:08.098722-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": "Minnesota Wild",
                "amount": 5688.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "48f22c77-bf1f-4679-9cf4-f4e79e91b124",
            "gambit_id": "49f4c37f-63b3-4cde-90cb-753df1f8e172",
            "last_updated": "2023-12-16T10:28:23.753994-05:00",
            "created_at": "2023-12-14T09:28:08.106962-05:00",
            "name": "Minnesota Wild",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d6ce9f7-fbb4-4305-93f4-dc98de14e0b1/?format=api"
        },
        {
            "id": "4017d30c-9636-4bb8-a846-1dfed45dccd5",
            "gambit_id": "e2a67c0d-24a0-4ce1-a2e6-00993f805708",
            "last_updated": "2023-12-16T10:28:23.750534-05:00",
            "created_at": "2023-12-14T09:28:08.103020-05:00",
            "name": "Calgary Flames",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d6ce9f7-fbb4-4305-93f4-dc98de14e0b1/?format=api"
        }
    ]
}