GET /api/bet_types/2be9e8b3-f8f2-4f8e-8e0e-3efce64f1755/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2be9e8b3-f8f2-4f8e-8e0e-3efce64f1755",
    "match": "https://api-prod.gambitprofit.com/api/matches/05d0c669-8b25-463c-8ce8-7aab54962047/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-01T09:26:46.307989-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "2599eada-187f-49f8-826f-f844ea9188e8",
            "gambit_id": "a1fdd785-bbce-43e1-b3b2-a36dab7a7b2e",
            "last_updated": "2023-02-08T19:07:02.783854-05:00",
            "created_at": "2023-02-01T09:26:46.309466-05:00",
            "name": "Detroit Pistons",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2be9e8b3-f8f2-4f8e-8e0e-3efce64f1755/?format=api"
        },
        {
            "id": "1a4cfdcc-8d86-443d-b0a5-aa8512296d0b",
            "gambit_id": "a0e3ddc8-4ffc-4e68-9a89-fbf8a4e75103",
            "last_updated": "2023-02-08T19:07:02.785193-05:00",
            "created_at": "2023-02-01T09:26:46.310874-05:00",
            "name": "Washington Wizards",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2be9e8b3-f8f2-4f8e-8e0e-3efce64f1755/?format=api"
        }
    ]
}