GET /api/bet_types/4db07219-c137-4454-8c52-6b523d441401/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4db07219-c137-4454-8c52-6b523d441401",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bdf9ca0-aa5a-48b0-ba4f-c099d8bc8b58/?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 235",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 235",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "98327c3b-dda6-4940-a37c-af72552f63e7",
            "gambit_id": "2c57e2c5-b753-48c2-8170-a801cf89c747",
            "last_updated": "2022-12-19T13:21:50.000232-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 235",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4db07219-c137-4454-8c52-6b523d441401/?format=api"
        },
        {
            "id": "c6693b78-300c-4cc3-aac0-65e362113312",
            "gambit_id": "3ca245ac-66cf-4e89-9b04-d4355073780c",
            "last_updated": "2022-12-19T13:21:49.999033-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 235",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4db07219-c137-4454-8c52-6b523d441401/?format=api"
        }
    ]
}