GET /api/bet_types/d3a92088-fbb0-4a05-a1ee-b04521bcea9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3a92088-fbb0-4a05-a1ee-b04521bcea9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd5ab7bd-9d75-4496-baff-f8796dc68558/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-30T10:28:06.105727-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ef3ca0f-e02e-4588-bbe7-2f0f74e8d1be",
            "gambit_id": "d0fbb7b4-bbfb-41f4-8601-74a2fddad9a9",
            "last_updated": "2023-12-01T19:13:13.516668-05:00",
            "created_at": "2023-11-30T10:28:06.110208-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3a92088-fbb0-4a05-a1ee-b04521bcea9f/?format=api"
        },
        {
            "id": "ba38959e-bdd2-4f9d-ab5d-0685d1e7021b",
            "gambit_id": "c26b1ce3-6a2b-4494-86fa-1c003baa82d1",
            "last_updated": "2023-12-01T19:13:13.520930-05:00",
            "created_at": "2023-11-30T10:28:06.115238-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3a92088-fbb0-4a05-a1ee-b04521bcea9f/?format=api"
        }
    ]
}