GET /api/bet_types/b1f3abbc-19df-4ede-bce7-3164aa4ca97d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1f3abbc-19df-4ede-bce7-3164aa4ca97d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6320b62-2880-48fa-a2a9-988de1c5e023/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-04T10:37:56.752096-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 Under 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1baedaae-3041-4181-8f27-726998067b73",
            "gambit_id": "bd24f71e-f09e-49f0-a449-d716fed65e57",
            "last_updated": "2023-03-06T10:32:11.200905-05:00",
            "created_at": "2023-03-04T10:37:56.753355-05:00",
            "name": "Game Total Under 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1f3abbc-19df-4ede-bce7-3164aa4ca97d/?format=api"
        },
        {
            "id": "46ccd6e9-fc53-4da5-82ea-491c63766339",
            "gambit_id": "0081f49f-2385-4815-b83b-3c1cfadb2cad",
            "last_updated": "2023-03-06T10:32:11.202450-05:00",
            "created_at": "2023-03-04T10:37:56.754711-05:00",
            "name": "Game Total Over 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1f3abbc-19df-4ede-bce7-3164aa4ca97d/?format=api"
        }
    ]
}