GET /api/bet_types/c733617f-8204-4cab-b0da-c0aa817b0235/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c733617f-8204-4cab-b0da-c0aa817b0235",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f576b22-c7b5-45bb-8c83-e48f0717bd65/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-31T11:47:17.185485-04: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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e81dcc3a-6d68-4591-b92e-7d74c176d26b",
            "gambit_id": "1308076f-7791-41fe-a333-3674725b16db",
            "last_updated": "2023-06-01T10:07:02.420678-04:00",
            "created_at": "2023-05-31T11:47:17.187626-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c733617f-8204-4cab-b0da-c0aa817b0235/?format=api"
        },
        {
            "id": "cd5f9941-82f8-4ac5-b7fd-98a54a1963ac",
            "gambit_id": "8c3859ed-0ae9-4e9f-8bf2-6b53c3f5df2a",
            "last_updated": "2023-06-01T10:07:02.423019-04:00",
            "created_at": "2023-05-31T11:47:17.190010-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c733617f-8204-4cab-b0da-c0aa817b0235/?format=api"
        }
    ]
}