GET /api/bet_types/82062f9c-0cd0-4453-9c14-656438eb50ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82062f9c-0cd0-4453-9c14-656438eb50ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/01178ad6-8ce2-4167-950e-b5315ee35823/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-18T09:53:18.151643-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 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "778e5d29-1033-48b3-99f6-2319cdf8b8bb",
            "gambit_id": "10bbf7b8-f7f8-4cdf-9762-cc05593ef99e",
            "last_updated": "2023-12-19T20:53:15.677469-05:00",
            "created_at": "2023-12-18T09:53:18.159604-05:00",
            "name": "Game Total Over 233.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82062f9c-0cd0-4453-9c14-656438eb50ac/?format=api"
        },
        {
            "id": "884de707-169c-48da-9d46-6ee36ee5d1df",
            "gambit_id": "b3758de0-9ee4-4483-b14f-1e931ac88810",
            "last_updated": "2023-12-19T20:53:15.681404-05:00",
            "created_at": "2023-12-18T09:53:18.155564-05:00",
            "name": "Game Total Under 233.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82062f9c-0cd0-4453-9c14-656438eb50ac/?format=api"
        }
    ]
}