GET /api/bet_types/2cdaa5c1-0901-43f3-9811-75f575722971/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cdaa5c1-0901-43f3-9811-75f575722971",
    "match": "https://api-prod.gambitprofit.com/api/matches/c84513d8-c39e-44da-b4a4-d0b27272cc92/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-29T09:58:10.494438-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Phoenix Suns",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1100.0,
        "profit_sb_percentage": 11.58,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Phoenix Suns",
                "amount": 8879.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1121.0
            }
        ],
        "expected_reward_tokens": 9411.74,
        "profit_sb": -88.26,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "15b46faf-0086-423a-b95d-84cb74952b72",
            "gambit_id": "605e86ac-9889-4eeb-a872-9c4ae0c9db75",
            "last_updated": "2023-12-30T21:43:31.375374-05:00",
            "created_at": "2023-12-29T09:58:10.503325-05:00",
            "name": "Phoenix Suns",
            "reward": "1.06000",
            "odds": "1.06670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cdaa5c1-0901-43f3-9811-75f575722971/?format=api"
        },
        {
            "id": "b60ee539-5ed5-48ae-8d7e-1d3d8be42ab0",
            "gambit_id": "1f18abfa-8d3d-44fd-afc5-c311da62c927",
            "last_updated": "2023-12-30T21:43:31.371872-05:00",
            "created_at": "2023-12-29T09:58:10.498811-05:00",
            "name": "Charlotte Hornets",
            "reward": "8.40000",
            "odds": "8.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cdaa5c1-0901-43f3-9811-75f575722971/?format=api"
        }
    ]
}