GET /api/bet_types/5aa08e0f-b3ea-4330-a095-472585e89bb8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5aa08e0f-b3ea-4330-a095-472585e89bb8",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae5d5a93-f606-4a72-86bf-5480c6bb3aff/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-04T09:48:06.216840-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": "Boston Celtics",
                "amount": 6399.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b82b7e9-8a11-42ce-b5f0-f96cc9eb98cb",
            "gambit_id": "4a459f63-5a41-4ce7-a5fd-67686b52aec7",
            "last_updated": "2023-12-05T10:03:16.204274-05:00",
            "created_at": "2023-12-04T09:48:06.220630-05:00",
            "name": "Boston Celtics",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5aa08e0f-b3ea-4330-a095-472585e89bb8/?format=api"
        },
        {
            "id": "4027e226-7b00-4cb2-a1e5-7b8c7cad7695",
            "gambit_id": "e0aba3b0-c402-44c1-8953-97c8570bddd1",
            "last_updated": "2023-12-05T10:03:16.207811-05:00",
            "created_at": "2023-12-04T09:48:06.224802-05:00",
            "name": "Indiana Pacers",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5aa08e0f-b3ea-4330-a095-472585e89bb8/?format=api"
        }
    ]
}