GET /api/bet_types/f1f5dcc8-71d4-43c0-86fc-df7f216b9d1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1f5dcc8-71d4-43c0-86fc-df7f216b9d1b",
    "match": "https://api-prod.gambitprofit.com/api/matches/10cd164c-b13c-40b9-9fda-8249b466e22d/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-24T09:13:14.268254-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": "Washington Capitals",
                "amount": 5107.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "75782f97-48ac-4843-a560-6b08825a66e2",
            "gambit_id": "bf50db06-b975-4beb-b141-19cedabb51ee",
            "last_updated": "2024-01-26T13:18:09.430004-05:00",
            "created_at": "2024-01-24T09:13:14.271761-05:00",
            "name": "Washington Capitals",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f5dcc8-71d4-43c0-86fc-df7f216b9d1b/?format=api"
        },
        {
            "id": "ac7f2783-43e7-44d6-b2c5-f82d7bae5721",
            "gambit_id": "a7ea1269-4101-4a75-8320-ec1c1097d3ee",
            "last_updated": "2024-01-26T13:18:09.434191-05:00",
            "created_at": "2024-01-24T09:13:14.275669-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f5dcc8-71d4-43c0-86fc-df7f216b9d1b/?format=api"
        }
    ]
}