GET /api/bet_types/de997de5-da17-4077-a63a-94bf4437e12e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de997de5-da17-4077-a63a-94bf4437e12e",
    "match": "https://api-prod.gambitprofit.com/api/matches/71e6d05c-d9fb-420b-bf96-156611500605/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 65",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 65",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "12ba2fff-367f-4512-881d-6e50e9fecbe5",
            "gambit_id": "9a2d1c99-97e8-4dd7-b5c6-669027678206",
            "last_updated": "2022-10-11T10:52:30.206739-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 65",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "65.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de997de5-da17-4077-a63a-94bf4437e12e/?format=api"
        },
        {
            "id": "1ddf13d1-fb26-47b2-8279-36d5fd545425",
            "gambit_id": "8c327616-e60a-415e-9627-18a1c6c5f88b",
            "last_updated": "2022-10-11T10:52:30.207869-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 65",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "65.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de997de5-da17-4077-a63a-94bf4437e12e/?format=api"
        }
    ]
}