GET /api/bet_types/082af140-dd88-42f0-9e87-8840a7212903/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "082af140-dd88-42f0-9e87-8840a7212903",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7cc1c45-0820-44a2-96b0-9f9a63289f26/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-04T09:18:23.954487-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": "St Louis Blues",
                "amount": 6390.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce4282c8-396e-489e-a5df-07f42a90baaf",
            "gambit_id": "a05843bc-76a1-4eb6-b321-28b5f87f6caf",
            "last_updated": "2024-01-05T23:03:05.597192-05:00",
            "created_at": "2024-01-04T09:18:23.964340-05:00",
            "name": "St Louis Blues",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/082af140-dd88-42f0-9e87-8840a7212903/?format=api"
        },
        {
            "id": "e37a851c-44ee-4e74-ab88-137e56486b62",
            "gambit_id": "8b7f61b5-0018-44ab-ab30-2e6bca47fb9b",
            "last_updated": "2024-01-05T23:03:05.592771-05:00",
            "created_at": "2024-01-04T09:18:23.958811-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/082af140-dd88-42f0-9e87-8840a7212903/?format=api"
        }
    ]
}