GET /api/bet_types/b4f83938-d328-45f5-a0f2-28ab604bc4a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4f83938-d328-45f5-a0f2-28ab604bc4a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bdf9ca0-aa5a-48b0-ba4f-c099d8bc8b58/?format=api",
    "name": "Play the Odds",
    "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": "Denver Nuggets",
                "amount": 5098.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "80ae1e69-f910-4dc4-9117-e79a88280535",
            "gambit_id": "06064cbd-b5a0-46f7-9322-4b4ec563c2d1",
            "last_updated": "2022-12-19T13:21:50.007066-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4f83938-d328-45f5-a0f2-28ab604bc4a4/?format=api"
        },
        {
            "id": "c33370fb-778b-4c68-861f-521e2f722ac5",
            "gambit_id": "f3f95c92-cc7b-48f5-927d-d232e32be5cd",
            "last_updated": "2022-12-19T13:21:50.008524-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4f83938-d328-45f5-a0f2-28ab604bc4a4/?format=api"
        }
    ]
}