GET /api/bet_types/bb35dd2d-1778-4272-9aa6-70e9888fd2bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb35dd2d-1778-4272-9aa6-70e9888fd2bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/61d90022-464a-4c31-9a27-911e09392487/?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": "Vegas Golden Knights",
                "amount": 6326.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "e0d7da05-5259-4449-b065-4865d357f7f6",
            "gambit_id": "9015927b-d8d2-437b-b2d6-db90b65ffd56",
            "last_updated": "2022-10-31T12:22:13.587422-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb35dd2d-1778-4272-9aa6-70e9888fd2bb/?format=api"
        },
        {
            "id": "f27b40ab-3031-446f-b59f-45db7c865b38",
            "gambit_id": "c0970605-3531-40b8-afb4-60d8c31ae8d5",
            "last_updated": "2022-10-31T12:22:13.588322-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb35dd2d-1778-4272-9aa6-70e9888fd2bb/?format=api"
        }
    ]
}