GET /api/bet_types/fd113f43-b49b-4db9-8fda-78d0b52d4243/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd113f43-b49b-4db9-8fda-78d0b52d4243",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c713e73-f2d5-4715-8f08-c31ef46640d7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-30T10:28:04.607393-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 246",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 246",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1918ca9-874b-44df-af87-1c3a15f86b12",
            "gambit_id": "7c75ac7e-0da3-41d9-b74c-f6c8c2bd4ee8",
            "last_updated": "2023-12-01T19:08:07.171260-05:00",
            "created_at": "2023-11-30T10:28:04.612412-05:00",
            "name": "Game Total Over 246",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "246.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd113f43-b49b-4db9-8fda-78d0b52d4243/?format=api"
        },
        {
            "id": "fde66c11-b241-4505-ade9-7fe061f2c698",
            "gambit_id": "882d4be9-93dd-46ba-beea-d5e0f2e77b42",
            "last_updated": "2023-12-01T19:08:07.175032-05:00",
            "created_at": "2023-11-30T10:28:04.617975-05:00",
            "name": "Game Total Under 246",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "246.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd113f43-b49b-4db9-8fda-78d0b52d4243/?format=api"
        }
    ]
}