GET /api/bet_types/53012cfc-7cfd-4557-9dcd-2cf829b7e077/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53012cfc-7cfd-4557-9dcd-2cf829b7e077",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca997573-6a70-44b6-bbac-73ffb319b4be/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-07T09:28:20.423905-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 Under 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5df1adca-0dcd-471b-9968-af7ff73f0dfa",
            "gambit_id": "a76440c9-6984-45c6-8daa-c5a8c0b7f3b7",
            "last_updated": "2023-06-08T16:28:19.568593-04:00",
            "created_at": "2023-06-07T09:28:20.429188-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53012cfc-7cfd-4557-9dcd-2cf829b7e077/?format=api"
        },
        {
            "id": "a90c102d-d7ad-467a-aaf0-155c6d6fa63e",
            "gambit_id": "565e2277-4f1c-42a5-ba11-5fe58fddf317",
            "last_updated": "2023-06-08T16:28:19.566051-04:00",
            "created_at": "2023-06-07T09:28:20.426562-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53012cfc-7cfd-4557-9dcd-2cf829b7e077/?format=api"
        }
    ]
}