GET /api/bet_types/9e0473e9-7263-4cc1-ba5f-03b37530cd4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e0473e9-7263-4cc1-ba5f-03b37530cd4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4dbec3ba-5603-4ee3-a578-81c268fa4b69/?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": "Phoenix Suns",
                "amount": 6482.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "27bee9dd-101b-42ba-b78d-8d7de8f86344",
            "gambit_id": "fe47b57d-2bb6-427c-8f89-3ae52e1dd6d5",
            "last_updated": "2022-12-01T16:12:23.190053-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0473e9-7263-4cc1-ba5f-03b37530cd4e/?format=api"
        },
        {
            "id": "b46e4d29-7a03-4b00-87a7-8c6d286f44cb",
            "gambit_id": "f06d90f6-bcb2-46a5-994c-7154e1a6c21b",
            "last_updated": "2022-12-01T16:12:23.191265-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0473e9-7263-4cc1-ba5f-03b37530cd4e/?format=api"
        }
    ]
}