GET /api/bet_types/af020465-a03e-4bb0-b6a6-ab9bc3a10470/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af020465-a03e-4bb0-b6a6-ab9bc3a10470",
    "match": "https://api-prod.gambitprofit.com/api/matches/703d4da4-3bca-45c3-b557-64fe35120056/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-16T13:47:06.431780-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "04383e80-9f1f-47bb-8f61-e20cc0b3d837",
            "gambit_id": "a7c6d061-00d6-4dd9-917a-012e914e503e",
            "last_updated": "2023-02-17T09:22:27.005590-05:00",
            "created_at": "2023-02-16T13:47:06.433060-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af020465-a03e-4bb0-b6a6-ab9bc3a10470/?format=api"
        },
        {
            "id": "92a1332e-ccf4-4c55-9fa6-621e74eefebe",
            "gambit_id": "6615df36-4fcf-45bb-9ae5-29e582faa825",
            "last_updated": "2023-02-17T09:22:27.006814-05:00",
            "created_at": "2023-02-16T13:47:06.434358-05:00",
            "name": "Washington Wizards",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af020465-a03e-4bb0-b6a6-ab9bc3a10470/?format=api"
        }
    ]
}