GET /api/bet_types/e3ad7da2-f64f-4df5-8689-512d2c7be2d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3ad7da2-f64f-4df5-8689-512d2c7be2d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/49298578-2632-42da-8940-461eff444234/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-03T00:23:15.206714-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": "CWS",
                "amount": 5319.0
            },
            {
                "team": "DET",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "eab2eaf2-3ee6-4095-87b0-04dd63755bee",
            "gambit_id": "57e4425a-536f-4259-8eab-f3ada55e851a",
            "last_updated": "2023-09-05T10:28:08.303038-04:00",
            "created_at": "2023-09-03T00:23:15.218414-04:00",
            "name": "CWS",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3ad7da2-f64f-4df5-8689-512d2c7be2d7/?format=api"
        },
        {
            "id": "1bce388e-ee23-4483-889f-fc2d2e8a6e84",
            "gambit_id": "37e2d5aa-25df-4e63-ab0d-6d26b1a3d73d",
            "last_updated": "2023-09-05T10:28:08.299724-04:00",
            "created_at": "2023-09-03T00:23:15.212466-04:00",
            "name": "DET",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3ad7da2-f64f-4df5-8689-512d2c7be2d7/?format=api"
        }
    ]
}