GET /api/bet_types/972942e0-7fc7-48e0-ae7d-f4baf8cd3e20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "972942e0-7fc7-48e0-ae7d-f4baf8cd3e20",
    "match": "https://api-prod.gambitprofit.com/api/matches/758567a5-e45f-4d5e-9bca-e46bc20d36bd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-16T18:28:17.630839-04: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 39.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 39.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "33b29024-0a11-42da-94c7-65de6c9e1da2",
            "gambit_id": "4fdf6e11-70b1-4e55-9989-b764e763c1dc",
            "last_updated": "2023-09-19T10:13:08.580143-04:00",
            "created_at": "2023-09-16T18:28:17.634410-04:00",
            "name": "Game Total Over 39.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "39.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/972942e0-7fc7-48e0-ae7d-f4baf8cd3e20/?format=api"
        },
        {
            "id": "77249e99-7a03-4933-a699-ea69ab704d03",
            "gambit_id": "0096602d-bf5f-43d9-8ade-67b6c002e406",
            "last_updated": "2023-09-19T10:13:08.583504-04:00",
            "created_at": "2023-09-16T18:28:17.638195-04:00",
            "name": "Game Total Under 39.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "39.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/972942e0-7fc7-48e0-ae7d-f4baf8cd3e20/?format=api"
        }
    ]
}