GET /api/bet_types/825f816f-26a8-4803-b70a-30d75859da48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "825f816f-26a8-4803-b70a-30d75859da48",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1ace508-e23f-4494-96c8-ee91c01e4f25/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 7.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "977822fa-d6ec-44a1-abff-0e1ffb4aac7b",
            "gambit_id": "1bc80660-1b66-4b94-a3c6-8c6905534e6e",
            "last_updated": "2022-10-12T10:16:58.512024-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/825f816f-26a8-4803-b70a-30d75859da48/?format=api"
        },
        {
            "id": "25db2dac-046e-47c2-ac90-8a9c48eb6dcc",
            "gambit_id": "63a618de-68ad-495d-bf89-a4b7a7a7125a",
            "last_updated": "2022-10-12T10:16:58.510840-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/825f816f-26a8-4803-b70a-30d75859da48/?format=api"
        }
    ]
}