GET /api/bet_types/f452cdb2-335c-489c-8895-d41e8f3761ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f452cdb2-335c-489c-8895-d41e8f3761ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/2898650c-3b22-4ea8-819c-d11cad8bc2f5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-26T11:58:17.401796-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 237.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 237.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3bffb98-6c49-4007-b07d-094a2a89056b",
            "gambit_id": "f76f63c4-cd1e-48fb-899c-f4bc864576d9",
            "last_updated": "2023-12-27T13:18:00.027619-05:00",
            "created_at": "2023-12-26T11:58:17.405911-05:00",
            "name": "Game Total Over 237.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f452cdb2-335c-489c-8895-d41e8f3761ac/?format=api"
        },
        {
            "id": "6b11334f-7771-481f-a4da-964950f7eebe",
            "gambit_id": "de14a868-ebda-4e57-85f1-b5d2c2489861",
            "last_updated": "2023-12-27T13:18:00.030902-05:00",
            "created_at": "2023-12-26T11:58:17.410063-05:00",
            "name": "Game Total Under 237.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f452cdb2-335c-489c-8895-d41e8f3761ac/?format=api"
        }
    ]
}