GET /api/bet_types/813d060b-dd83-423c-94e3-e2ed438dc8db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "813d060b-dd83-423c-94e3-e2ed438dc8db",
    "match": "https://api-prod.gambitprofit.com/api/matches/463d9a6d-7f1a-44cf-89f5-133716805119/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-18T09:43:04.046853-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": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "13b019d3-cfc7-42e1-a418-99f8aedd447c",
            "gambit_id": "2e6b1cd8-0601-4675-85e3-c67669eb06a9",
            "last_updated": "2023-06-19T17:13:30.528726-04:00",
            "created_at": "2023-06-18T09:43:04.048812-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/813d060b-dd83-423c-94e3-e2ed438dc8db/?format=api"
        },
        {
            "id": "1af823fb-e42e-45be-aa4f-6af3989a8069",
            "gambit_id": "2479dd62-8c6c-41d2-8123-06af7057fc44",
            "last_updated": "2023-06-19T17:13:30.530986-04:00",
            "created_at": "2023-06-18T09:43:04.050972-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/813d060b-dd83-423c-94e3-e2ed438dc8db/?format=api"
        }
    ]
}