GET /api/bet_types/d579eb0c-91e9-4af1-870d-39fe2537e11b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d579eb0c-91e9-4af1-870d-39fe2537e11b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0474d3d-6916-4388-ab67-16ac4626a981/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-10T09:38:10.860389-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": "Vegas Golden Knights",
                "amount": 6390.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "ddc9c862-0f03-4647-8057-f7b8705921da",
            "gambit_id": "0110c968-7c46-478b-98fc-1179ced1bee0",
            "last_updated": "2024-01-11T11:18:05.908479-05:00",
            "created_at": "2024-01-10T09:38:10.884697-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d579eb0c-91e9-4af1-870d-39fe2537e11b/?format=api"
        },
        {
            "id": "11d60535-89f8-4577-8051-37ca77c416aa",
            "gambit_id": "ecab1804-3de8-4911-a64a-3740edf21df2",
            "last_updated": "2024-01-11T11:18:05.904884-05:00",
            "created_at": "2024-01-10T09:38:10.868914-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d579eb0c-91e9-4af1-870d-39fe2537e11b/?format=api"
        }
    ]
}