GET /api/bet_types/5a77df21-4c9c-4556-9a94-3301889000f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a77df21-4c9c-4556-9a94-3301889000f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e5b13a6-7a62-4487-8501-49a4b810d535/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-16T09:52:10.564888-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": "Golden State Warriors",
                "amount": 5098.0
            },
            {
                "team": "Washington Wizards",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "49d3c871-c31f-4864-9be8-1bdad70264e2",
            "gambit_id": "63950f74-5714-4124-84c2-b8bc986101fe",
            "last_updated": "2023-01-17T11:02:03.874144-05:00",
            "created_at": "2023-01-16T09:52:10.570433-05:00",
            "name": "Golden State Warriors",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a77df21-4c9c-4556-9a94-3301889000f8/?format=api"
        },
        {
            "id": "cf0658d1-31f0-449e-a615-aec03b7e4762",
            "gambit_id": "e4999712-59d1-47eb-82ad-2f1150731ca6",
            "last_updated": "2023-01-17T11:02:03.872967-05:00",
            "created_at": "2023-01-16T09:52:10.567566-05:00",
            "name": "Washington Wizards",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a77df21-4c9c-4556-9a94-3301889000f8/?format=api"
        }
    ]
}