GET /api/bet_types/350ad3fe-7040-4247-b021-0b0767c0c66d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "350ad3fe-7040-4247-b021-0b0767c0c66d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a36f2d0-1eef-4674-81c8-590924438276/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-28T08:48:03.692534-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 8.5",
                "amount": 5421.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "45b558ec-fd2d-46a8-b2cc-c94f4906ac3d",
            "gambit_id": "79ec55c9-f62a-4def-a0ce-73d5d570a561",
            "last_updated": "2023-06-29T17:58:30.436665-04:00",
            "created_at": "2023-06-28T08:48:03.694670-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/350ad3fe-7040-4247-b021-0b0767c0c66d/?format=api"
        },
        {
            "id": "a05f13f7-b74c-40ce-8ddf-da0231a20c1e",
            "gambit_id": "46bd09f0-b66f-4a07-8e36-2d7985ec8ffb",
            "last_updated": "2023-06-29T17:58:30.438858-04:00",
            "created_at": "2023-06-28T08:48:03.696926-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/350ad3fe-7040-4247-b021-0b0767c0c66d/?format=api"
        }
    ]
}