GET /api/bet_types/433a06c2-ff32-47aa-9714-aa7f1eb24b63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "433a06c2-ff32-47aa-9714-aa7f1eb24b63",
    "match": "https://api-prod.gambitprofit.com/api/matches/2fc9ebb2-3bad-489d-a803-0c94c8c5bb77/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-22T08:43:04.513966-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 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3d12ef8-a410-44d6-9f42-78c0a3a01208",
            "gambit_id": "9f2e7e61-df0e-4f33-8a45-66cbbb968d5a",
            "last_updated": "2024-01-23T20:03:13.427754-05:00",
            "created_at": "2024-01-22T08:43:04.518243-05:00",
            "name": "Game Total Over 221.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/433a06c2-ff32-47aa-9714-aa7f1eb24b63/?format=api"
        },
        {
            "id": "d6778c23-6b1c-44bc-bee8-fb7cfe964f96",
            "gambit_id": "911e768e-9b99-4ff0-b336-db00801a33b4",
            "last_updated": "2024-01-23T20:03:13.430905-05:00",
            "created_at": "2024-01-22T08:43:04.522612-05:00",
            "name": "Game Total Under 221.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/433a06c2-ff32-47aa-9714-aa7f1eb24b63/?format=api"
        }
    ]
}