GET /api/bet_types/ed68f0f9-2156-4161-b4dc-9a7a663da614/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed68f0f9-2156-4161-b4dc-9a7a663da614",
    "match": "https://api-prod.gambitprofit.com/api/matches/c94a7a19-de21-43b4-b8a8-4d245d92f1ea/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-13T09:08:00.259992-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "169790e4-d6b8-44ec-aa2c-871930d2b24a",
            "gambit_id": "615ff396-0599-43f4-a5bf-097f9df65af7",
            "last_updated": "2023-09-15T10:18:23.342109-04:00",
            "created_at": "2023-09-13T09:08:00.263433-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed68f0f9-2156-4161-b4dc-9a7a663da614/?format=api"
        },
        {
            "id": "27195ed8-7f24-4cec-9904-8c9ef8a260e2",
            "gambit_id": "4e3fa6eb-3d25-4715-8013-7568cff4b8ec",
            "last_updated": "2023-09-15T10:18:23.346131-04:00",
            "created_at": "2023-09-13T09:08:00.267273-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed68f0f9-2156-4161-b4dc-9a7a663da614/?format=api"
        }
    ]
}