GET /api/bet_types/99cf3add-72a0-4951-b13f-04bae7b1fa3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99cf3add-72a0-4951-b13f-04bae7b1fa3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/903fb1bb-2893-41f9-8426-83e9567ee18b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:22.577380-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": "New Jersey Devils",
                "amount": 5939.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "907e8682-4791-448f-a330-a103f78be307",
            "gambit_id": "38236393-cc27-4252-a8d3-5df3d261a813",
            "last_updated": "2024-01-17T22:28:12.001258-05:00",
            "created_at": "2024-01-15T10:23:22.582923-05:00",
            "name": "New Jersey Devils",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99cf3add-72a0-4951-b13f-04bae7b1fa3f/?format=api"
        },
        {
            "id": "ac803764-189d-4eda-b6e6-d25b1326a555",
            "gambit_id": "c892b0e5-8aa0-4750-875a-7b00b39a4934",
            "last_updated": "2024-01-17T22:28:12.012410-05:00",
            "created_at": "2024-01-15T10:23:22.589038-05:00",
            "name": "Boston Bruins",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99cf3add-72a0-4951-b13f-04bae7b1fa3f/?format=api"
        }
    ]
}