GET /api/bet_types/aa403658-ccde-4a6c-8ea8-7c1a013ebac5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa403658-ccde-4a6c-8ea8-7c1a013ebac5",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0efd5ab-161c-4096-adb6-87df307129c7/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-04T10:42:57.791517-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 Under 230.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 230.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e286f03-f0f9-4b4b-b147-5a0c58a66c1f",
            "gambit_id": "0fb19089-4ad8-4f93-9e36-06b8a7aa2fd4",
            "last_updated": "2024-02-06T09:28:14.279648-05:00",
            "created_at": "2024-02-04T10:42:57.795873-05:00",
            "name": "Game Total Under 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa403658-ccde-4a6c-8ea8-7c1a013ebac5/?format=api"
        },
        {
            "id": "797b14e1-f7bf-4293-b6ce-ce73f998c385",
            "gambit_id": "b96962eb-1387-4ad9-9fe6-e50cdc002900",
            "last_updated": "2024-02-06T09:28:14.283150-05:00",
            "created_at": "2024-02-04T10:42:57.800940-05:00",
            "name": "Game Total Over 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa403658-ccde-4a6c-8ea8-7c1a013ebac5/?format=api"
        }
    ]
}