GET /api/bet_types/73394ed9-a0ce-4e6d-9b70-36ef0613d2fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73394ed9-a0ce-4e6d-9b70-36ef0613d2fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dcd002f-a424-43ec-a754-4ed6a53398c1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-13T08:57:55.539382-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": "Game Total Over 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cd46fe5-f51e-4725-96a9-2feb2cb45b4e",
            "gambit_id": "564c0047-9970-499a-ab70-5fd0c11a4d5a",
            "last_updated": "2023-12-15T10:08:18.123087-05:00",
            "created_at": "2023-12-13T08:57:55.543581-05:00",
            "name": "Game Total Over 233.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73394ed9-a0ce-4e6d-9b70-36ef0613d2fa/?format=api"
        },
        {
            "id": "af6231e8-443a-4a31-aeb6-6296ed2c4847",
            "gambit_id": "885d0794-01de-4bac-81a2-fa0401849413",
            "last_updated": "2023-12-15T10:08:18.126450-05:00",
            "created_at": "2023-12-13T08:57:55.550922-05:00",
            "name": "Game Total Under 233.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73394ed9-a0ce-4e6d-9b70-36ef0613d2fa/?format=api"
        }
    ]
}