GET /api/bet_types/eb6db7b0-0802-498b-8ad1-f864555811f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb6db7b0-0802-498b-8ad1-f864555811f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/51c509fb-690c-4747-af9b-8efe8a591a40/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-24T15:02:00.506613-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0ca4a14-95b4-48fd-9fe1-95b16d54e204",
            "gambit_id": "4f0aaa55-dd58-497e-9d65-fb69e32d2497",
            "last_updated": "2023-02-25T17:57:14.646282-05:00",
            "created_at": "2023-02-24T15:02:00.507873-05:00",
            "name": "Washington Wizards",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb6db7b0-0802-498b-8ad1-f864555811f9/?format=api"
        },
        {
            "id": "98f6dfb2-cda0-4b4d-be85-5f1a6edaddaa",
            "gambit_id": "0a8293c8-34db-472e-8109-1767c3e80597",
            "last_updated": "2023-02-25T17:57:14.647499-05:00",
            "created_at": "2023-02-24T15:02:00.509215-05:00",
            "name": "New York Knicks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb6db7b0-0802-498b-8ad1-f864555811f9/?format=api"
        }
    ]
}