GET /api/bet_types/64d21026-5207-4724-b0d8-fbf2c883d2fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64d21026-5207-4724-b0d8-fbf2c883d2fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/81d3c492-ce6e-4f10-9f42-2a11fa1ece5b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:04.792222-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 2.5",
                "amount": 5256.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4744.0
            }
        ],
        "expected_reward_tokens": 9250.56,
        "profit_sb": -249.44,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "23e35cfa-2603-4be1-a1b6-05d8975874c5",
            "gambit_id": "c46474df-ad7e-48b0-a4b8-8c7de106495b",
            "last_updated": "2023-11-13T15:13:35.066618-05:00",
            "created_at": "2023-11-11T08:53:04.800388-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64d21026-5207-4724-b0d8-fbf2c883d2fb/?format=api"
        },
        {
            "id": "35d40a06-11ef-4f79-b079-a843c2ca3903",
            "gambit_id": "9dd66b1c-bf5b-4c5d-8e2a-4e21965eaea9",
            "last_updated": "2023-11-13T15:13:35.063457-05:00",
            "created_at": "2023-11-11T08:53:04.796318-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64d21026-5207-4724-b0d8-fbf2c883d2fb/?format=api"
        }
    ]
}