GET /api/bet_types/0d9b4f0e-8d1f-4feb-a2f6-47bb49e716d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d9b4f0e-8d1f-4feb-a2f6-47bb49e716d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc387d61-f452-473a-907c-39108dfa9421/?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 Over 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce101e2c-404c-40cc-a327-6a9bbd14532f",
            "gambit_id": "a8b79d4e-ae3e-471c-9818-91e647e7e65d",
            "last_updated": "2022-10-23T21:42:07.967954-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d9b4f0e-8d1f-4feb-a2f6-47bb49e716d2/?format=api"
        },
        {
            "id": "b46f5d89-1420-48e3-b75e-7ef6422bb198",
            "gambit_id": "307c2405-c7da-4cf2-9dde-514ac6a9fd42",
            "last_updated": "2022-10-23T21:42:07.966930-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d9b4f0e-8d1f-4feb-a2f6-47bb49e716d2/?format=api"
        }
    ]
}