GET /api/bet_types/c49e7c32-32ee-4b60-b0e1-e9484716d62d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c49e7c32-32ee-4b60-b0e1-e9484716d62d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e5259c8-1f75-4ecb-b548-129a5da7b1aa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-02T09:33:15.989151-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8ebd69f-ec43-48b7-82ab-f462b1c04354",
            "gambit_id": "8a6a8f0e-e8e3-40c8-8894-dd4be2423680",
            "last_updated": "2023-09-04T12:48:33.815946-04:00",
            "created_at": "2023-09-02T09:33:16.004033-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c49e7c32-32ee-4b60-b0e1-e9484716d62d/?format=api"
        },
        {
            "id": "29260674-4bd5-4fa2-b771-6c08df5f3140",
            "gambit_id": "75df0d77-40b8-4b28-9bcd-63a2e51a7448",
            "last_updated": "2023-09-04T12:48:33.812585-04:00",
            "created_at": "2023-09-02T09:33:15.995320-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c49e7c32-32ee-4b60-b0e1-e9484716d62d/?format=api"
        }
    ]
}