GET /api/bet_types/6cc7c1af-f9a6-4ce2-a7fd-31059cb46d6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cc7c1af-f9a6-4ce2-a7fd-31059cb46d6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/96492ceb-f064-44bb-98dc-55f5e0e36a03/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T11:42:13.963745-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": "New Jersey Devils",
                "amount": 5421.0
            },
            {
                "team": "New York Rangers",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "639ba095-954e-4c83-a6d6-a22996aeebe1",
            "gambit_id": "f1986a01-e8e2-48cf-8d01-72406e83cba1",
            "last_updated": "2023-04-21T22:12:04.270345-04:00",
            "created_at": "2023-04-20T11:42:13.965635-04:00",
            "name": "New Jersey Devils",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cc7c1af-f9a6-4ce2-a7fd-31059cb46d6a/?format=api"
        },
        {
            "id": "1595c13d-6135-4ce1-884e-6ed3fd51195e",
            "gambit_id": "8c56653b-a56c-46ba-a614-0362dfec974f",
            "last_updated": "2023-04-21T22:12:04.272425-04:00",
            "created_at": "2023-04-20T11:42:13.968066-04:00",
            "name": "New York Rangers",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cc7c1af-f9a6-4ce2-a7fd-31059cb46d6a/?format=api"
        }
    ]
}