GET /api/bet_types/d0be611f-cef2-4f22-9bf6-1893d18bab1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0be611f-cef2-4f22-9bf6-1893d18bab1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/54dc17fc-c915-4e60-83c1-d5ba6b2364ed/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-20T09:31:49.135461-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": "Golden State Warriors",
                "amount": 8182.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1818.0
            }
        ],
        "expected_reward_tokens": 9489.96,
        "profit_sb": -10.04,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4901136-6a98-4c12-8aa8-55eecf4fa255",
            "gambit_id": "88e455af-7fd5-4f15-a06e-714b2a081f72",
            "last_updated": "2023-03-21T10:16:52.779577-04:00",
            "created_at": "2023-03-20T09:31:49.140065-04:00",
            "name": "Golden State Warriors",
            "reward": "1.16000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0be611f-cef2-4f22-9bf6-1893d18bab1e/?format=api"
        },
        {
            "id": "5e57c907-18b4-456a-831f-ad51a1b93666",
            "gambit_id": "66b7264b-899c-4307-8d79-b48e11268420",
            "last_updated": "2023-03-21T10:16:52.777562-04:00",
            "created_at": "2023-03-20T09:31:49.137689-04:00",
            "name": "Houston Rockets",
            "reward": "5.22000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0be611f-cef2-4f22-9bf6-1893d18bab1e/?format=api"
        }
    ]
}