GET /api/bet_types/eda5de32-aea1-4b76-b82d-f745df3ea0f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eda5de32-aea1-4b76-b82d-f745df3ea0f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce95bccc-a46c-41c7-8781-db0401422b9c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-01T09:03:22.040201-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": "BAL",
                "amount": 6390.0
            },
            {
                "team": "TOR",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf0eda6f-42b0-4ea3-8a3d-0299b41af454",
            "gambit_id": "7c607d59-aedc-41c5-ab92-03ce3437107b",
            "last_updated": "2023-08-02T19:08:00.302266-04:00",
            "created_at": "2023-08-01T09:03:22.046995-04:00",
            "name": "BAL",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eda5de32-aea1-4b76-b82d-f745df3ea0f4/?format=api"
        },
        {
            "id": "d76728b0-fbdc-44d3-9b8e-e01dea7ae582",
            "gambit_id": "783d2c3b-ef1e-42a1-adcc-8143cce73639",
            "last_updated": "2023-08-02T19:08:00.306704-04:00",
            "created_at": "2023-08-01T09:03:22.054336-04:00",
            "name": "TOR",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eda5de32-aea1-4b76-b82d-f745df3ea0f4/?format=api"
        }
    ]
}