GET /api/bet_types/c005e610-050c-45be-bc5a-c20fd3705470/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c005e610-050c-45be-bc5a-c20fd3705470",
    "match": "https://api-prod.gambitprofit.com/api/matches/aea6ee28-050d-4634-9286-58d0432fb708/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T11:18:02.096082-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 48.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b81b897c-a63a-4c74-9bea-f7b855ac1c98",
            "gambit_id": "2cc0e8d7-6c93-4c93-a534-c83922364e93",
            "last_updated": "2023-11-13T15:38:09.339262-05:00",
            "created_at": "2023-11-10T11:18:02.110217-05:00",
            "name": "Game Total Under 48.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c005e610-050c-45be-bc5a-c20fd3705470/?format=api"
        },
        {
            "id": "76fcb7ac-7d2a-4732-a3ed-ad0a095817c0",
            "gambit_id": "585d1587-6d7c-4d72-9cef-c0404093cf88",
            "last_updated": "2023-11-13T15:38:09.335631-05:00",
            "created_at": "2023-11-10T11:18:02.104873-05:00",
            "name": "Game Total Over 48.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c005e610-050c-45be-bc5a-c20fd3705470/?format=api"
        }
    ]
}