GET /api/bet_types/eb3ce845-fae0-4341-adb0-91fb7b834e6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb3ce845-fae0-4341-adb0-91fb7b834e6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/33389692-9608-4e01-89eb-59453e15f527/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:13:16.137163-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 47",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 47",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "622b7c91-7818-4908-9338-f592219f26cd",
            "gambit_id": "becd8829-983f-4f7f-8b26-e6ec6abb1167",
            "last_updated": "2023-11-24T10:28:21.114660-05:00",
            "created_at": "2023-11-22T09:13:16.145706-05:00",
            "name": "Game Total Over 47",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "47.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb3ce845-fae0-4341-adb0-91fb7b834e6a/?format=api"
        },
        {
            "id": "de2799f6-b177-4384-b1f1-639c410e72b3",
            "gambit_id": "5b246f8b-d9a8-45b9-ae3c-dadbae0b7b06",
            "last_updated": "2023-11-24T10:28:21.111396-05:00",
            "created_at": "2023-11-22T09:13:16.141205-05:00",
            "name": "Game Total Under 47",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "47.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb3ce845-fae0-4341-adb0-91fb7b834e6a/?format=api"
        }
    ]
}