GET /api/bet_types/73c9d992-7103-49cc-8873-fc5d42060b55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73c9d992-7103-49cc-8873-fc5d42060b55",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ba1d2ee-89bd-4445-a1f2-e87a99f74bc5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-24T08:58:06.738431-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d2d4299-2c7e-43bb-942d-b033a5fa8c44",
            "gambit_id": "13f05f8e-f8c8-4531-b0b1-a6c706477b7b",
            "last_updated": "2023-06-26T10:58:34.530963-04:00",
            "created_at": "2023-06-24T08:58:06.742142-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73c9d992-7103-49cc-8873-fc5d42060b55/?format=api"
        },
        {
            "id": "d92a85f9-f391-4ac9-ac76-15f56dabfb29",
            "gambit_id": "db5f1d12-87be-4abb-9cfd-9011065be0f0",
            "last_updated": "2023-06-26T10:58:34.528455-04:00",
            "created_at": "2023-06-24T08:58:06.740221-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73c9d992-7103-49cc-8873-fc5d42060b55/?format=api"
        }
    ]
}