GET /api/bet_types/1f0e67b0-92f9-48fd-b6d8-d4c0dad14d2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f0e67b0-92f9-48fd-b6d8-d4c0dad14d2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4ec42fc-7e5a-4869-8272-3958e7eff6a9/?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 65.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 65.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f917eb89-4bfb-4709-946d-8062fa0a7630",
            "gambit_id": "8971944a-ecd7-4a6a-be41-4732c48b0e38",
            "last_updated": "2022-10-11T11:27:06.609705-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 65.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f0e67b0-92f9-48fd-b6d8-d4c0dad14d2c/?format=api"
        },
        {
            "id": "0ba95a1f-0405-4c7a-ba99-b0ac9550fb3c",
            "gambit_id": "53956b38-430d-473c-a5e2-89b56a1d2701",
            "last_updated": "2022-10-11T11:27:06.608551-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 65.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f0e67b0-92f9-48fd-b6d8-d4c0dad14d2c/?format=api"
        }
    ]
}