GET /api/bet_types/a1cc5884-938d-4a13-a093-846713363af2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1cc5884-938d-4a13-a093-846713363af2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9be3bd14-15a2-45be-985a-c132f9894109/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-26T09:33:16.797421-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ace401d8-95f2-404d-965e-5fbaa0308117",
            "gambit_id": "776399ae-0dce-47c7-8aa6-af85ebaba3a2",
            "last_updated": "2024-01-27T11:03:04.952440-05:00",
            "created_at": "2024-01-26T09:33:16.801690-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1cc5884-938d-4a13-a093-846713363af2/?format=api"
        },
        {
            "id": "2fb5e549-ef64-439d-9ca6-34b3ab82a7cd",
            "gambit_id": "46f113b4-58e0-4ca6-8404-322728dae680",
            "last_updated": "2024-01-27T11:03:04.956468-05:00",
            "created_at": "2024-01-26T09:33:16.806076-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1cc5884-938d-4a13-a093-846713363af2/?format=api"
        }
    ]
}