GET /api/bet_types/5b2dd2a1-9000-4d51-bc59-2f2d4596ed2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b2dd2a1-9000-4d51-bc59-2f2d4596ed2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f243301-a96e-45b1-ae3c-f687de720c3b/?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": "CIN (N Lodolo)",
                "amount": 5173.0
            },
            {
                "team": "CHC (D Smyly)",
                "amount": 4827.0
            }
        ],
        "expected_reward_tokens": 9363.13,
        "profit_sb": 363.13,
        "profit_sb_percentage": 4.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "5ab7e2bc-1d5a-4351-addc-3e755601fb05",
            "gambit_id": "0cc58a8e-1abb-4778-9491-7fa267125bcc",
            "last_updated": "2022-08-12T09:47:09.420505-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (N Lodolo)",
            "reward": "1.81000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b2dd2a1-9000-4d51-bc59-2f2d4596ed2a/?format=api"
        },
        {
            "id": "af05ac16-699f-43e5-be18-107d2d8b50bf",
            "gambit_id": "45bd3c60-e9d1-488e-9752-b371192ec518",
            "last_updated": "2022-08-12T09:47:09.420896-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (D Smyly)",
            "reward": "1.94000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b2dd2a1-9000-4d51-bc59-2f2d4596ed2a/?format=api"
        }
    ]
}