GET /api/bet_types/cadb7b82-abf7-4e6d-8fa0-ceef32246f8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cadb7b82-abf7-4e6d-8fa0-ceef32246f8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d683642-b3c8-4402-96a6-3755b509b0be/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "048c5f30-55fa-4f19-a1fc-eff7cabbb411",
            "gambit_id": "4f6c35db-8bfa-46fc-94b1-a3552a23a7ec",
            "last_updated": "2022-12-19T13:27:01.219562-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cadb7b82-abf7-4e6d-8fa0-ceef32246f8d/?format=api"
        },
        {
            "id": "b96c4e19-c684-4526-911e-7d25a3824601",
            "gambit_id": "9ca00173-c2ec-43aa-b009-2d8771b58c88",
            "last_updated": "2022-12-19T13:27:01.218022-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cadb7b82-abf7-4e6d-8fa0-ceef32246f8d/?format=api"
        }
    ]
}