GET /api/bet_types/318ec380-3e46-48a9-ad30-c41c26e38843/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "318ec380-3e46-48a9-ad30-c41c26e38843",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cfc6de0-5f6f-4e14-a185-762a704ae557/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-07T09:28:19.747458-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 Over 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e0eb177-bd06-4b93-ac99-f0aaaf500b57",
            "gambit_id": "92caace8-67de-4487-9c21-1801e70af087",
            "last_updated": "2023-06-14T18:02:58.866076-04:00",
            "created_at": "2023-06-07T09:28:19.749165-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/318ec380-3e46-48a9-ad30-c41c26e38843/?format=api"
        },
        {
            "id": "391e30a8-1faf-4334-8fb7-b9bb84664db2",
            "gambit_id": "1b8ac6cc-4932-41ce-ad27-ca4b63d5c0c6",
            "last_updated": "2023-06-14T18:02:58.868410-04:00",
            "created_at": "2023-06-07T09:28:19.751022-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/318ec380-3e46-48a9-ad30-c41c26e38843/?format=api"
        }
    ]
}