GET /api/bet_types/20a1113c-8884-41df-bf7e-d48155cff59e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20a1113c-8884-41df-bf7e-d48155cff59e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5f0ab01-9830-4502-9721-767439d25073/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-12T09:32:58.616250-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": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0d015c3-b147-4942-a7d8-ea487caa04d4",
            "gambit_id": "6c8734b1-ac80-4268-82a6-4e7afb74774d",
            "last_updated": "2023-11-14T09:18:07.098445-05:00",
            "created_at": "2023-11-12T09:32:58.620047-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20a1113c-8884-41df-bf7e-d48155cff59e/?format=api"
        },
        {
            "id": "b630d2ed-8d11-4c7c-9355-b2a5aebcb649",
            "gambit_id": "0dcb9f21-e8cf-4000-add1-5377f57b7475",
            "last_updated": "2023-11-14T09:18:07.101966-05:00",
            "created_at": "2023-11-12T09:32:58.628420-05:00",
            "name": "Golden State Warriors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20a1113c-8884-41df-bf7e-d48155cff59e/?format=api"
        }
    ]
}