GET /api/bet_types/93d854ae-98e8-4785-9710-b6f1597cb5c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93d854ae-98e8-4785-9710-b6f1597cb5c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8e9f89e-4892-4780-b402-9e661a0a5eb1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-30T13:08:04.537166-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 Over 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b48cfe0e-2e87-42f4-811f-5576c1ed1b02",
            "gambit_id": "d6ff4d95-7647-4b6c-b12f-b0a11a68911a",
            "last_updated": "2023-07-02T11:03:49.457924-04:00",
            "created_at": "2023-06-30T13:08:04.538557-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93d854ae-98e8-4785-9710-b6f1597cb5c2/?format=api"
        },
        {
            "id": "8a115654-e6fd-4d72-95c4-40e7f24400fb",
            "gambit_id": "1e282f2e-9e29-46a9-a007-a66c9c47aad1",
            "last_updated": "2023-07-02T11:03:49.460280-04:00",
            "created_at": "2023-06-30T13:08:04.540122-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93d854ae-98e8-4785-9710-b6f1597cb5c2/?format=api"
        }
    ]
}