GET /api/bet_types/ec319000-6769-49ee-a211-f8b9f59a8def/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec319000-6769-49ee-a211-f8b9f59a8def",
    "match": "https://api-prod.gambitprofit.com/api/matches/05fd15bb-f793-4854-ae5d-51e2a667eca0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-16T09:28:10.331979-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": "Pittsburgh Steelers",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "0bb05f79-d467-43bd-a0a5-522b599ac212",
            "gambit_id": "46b00d27-076d-401c-a90c-098d679a7f37",
            "last_updated": "2023-11-20T19:48:03.990499-05:00",
            "created_at": "2023-11-16T09:28:10.339204-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec319000-6769-49ee-a211-f8b9f59a8def/?format=api"
        },
        {
            "id": "5dd0892d-8496-4d0c-b5b3-4a2b7234b1a8",
            "gambit_id": "240b2326-fa57-4f12-b68b-424e07513c7e",
            "last_updated": "2023-11-20T19:48:03.993859-05:00",
            "created_at": "2023-11-16T09:28:10.343904-05:00",
            "name": "Cleveland Browns",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec319000-6769-49ee-a211-f8b9f59a8def/?format=api"
        }
    ]
}