GET /api/bet_types/205502bb-dc00-4e71-8a05-144dc2167cc0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "205502bb-dc00-4e71-8a05-144dc2167cc0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c22f5940-9384-422e-bee2-c91d80a855d2/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-05T09:32:59.441289-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": "Anaheim Ducks",
                "amount": 5939.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "c96a690f-a738-4570-ade5-b722067a6858",
            "gambit_id": "b714d627-a5c8-410f-bd4f-67f3c12426e4",
            "last_updated": "2024-01-08T14:18:10.799580-05:00",
            "created_at": "2024-01-05T09:32:59.448783-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/205502bb-dc00-4e71-8a05-144dc2167cc0/?format=api"
        },
        {
            "id": "7400b1f9-a182-4f78-b223-5317fb5b9743",
            "gambit_id": "2dc64e51-276f-487e-918b-7b1436dbbdc4",
            "last_updated": "2024-01-08T14:18:10.790797-05:00",
            "created_at": "2024-01-05T09:32:59.445083-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/205502bb-dc00-4e71-8a05-144dc2167cc0/?format=api"
        }
    ]
}