GET /api/bet_types/18bee068-3110-458a-b4e7-5537b3e1a3c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18bee068-3110-458a-b4e7-5537b3e1a3c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/24d18eb1-1476-4584-a1dd-2c653c58aa8e/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-04T09:42:58.189738-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 47.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 47.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8fd215f-6fb9-43a0-9c0d-c10407ccc97f",
            "gambit_id": "4fc13787-7784-461c-8c59-8b699fa9c22e",
            "last_updated": "2024-01-09T10:23:28.982497-05:00",
            "created_at": "2024-01-04T09:42:58.197437-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18bee068-3110-458a-b4e7-5537b3e1a3c3/?format=api"
        },
        {
            "id": "1ef54360-6d58-496c-8243-40782716ff38",
            "gambit_id": "08dde48b-d588-438d-9914-81203cc96521",
            "last_updated": "2024-01-09T10:23:28.979322-05:00",
            "created_at": "2024-01-04T09:42:58.193723-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18bee068-3110-458a-b4e7-5537b3e1a3c3/?format=api"
        }
    ]
}