GET /api/bet_types/bbfb022e-63a1-43cb-84c4-e0041bb2a477/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbfb022e-63a1-43cb-84c4-e0041bb2a477",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae5d5a93-f606-4a72-86bf-5480c6bb3aff/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-04T09:48:06.229863-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 245.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 245.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e38973ca-f41e-4db1-9b17-83ebcbc4183e",
            "gambit_id": "0dc8e4db-8146-4373-81b5-c974d1630805",
            "last_updated": "2023-12-05T10:03:16.214334-05:00",
            "created_at": "2023-12-04T09:48:06.233620-05:00",
            "name": "Game Total Over 245.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "245.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbfb022e-63a1-43cb-84c4-e0041bb2a477/?format=api"
        },
        {
            "id": "8978d202-2484-43a5-99f8-375b2edefc23",
            "gambit_id": "19a5a5b8-8122-4c22-b6d9-2fd978560f5d",
            "last_updated": "2023-12-05T10:03:16.217715-05:00",
            "created_at": "2023-12-04T09:48:06.239126-05:00",
            "name": "Game Total Under 245.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "245.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbfb022e-63a1-43cb-84c4-e0041bb2a477/?format=api"
        }
    ]
}