GET /api/bet_types/f7cbaa1f-28bf-466e-aa66-b957e23ac202/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7cbaa1f-28bf-466e-aa66-b957e23ac202",
    "match": "https://api-prod.gambitprofit.com/api/matches/b12a4e23-d890-4f28-96e1-48432f55c76b/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f2971a2-2f1d-484f-826e-3d6cacd16f9f",
            "gambit_id": "47e66330-b74c-4179-8fe9-38469a9cad0c",
            "last_updated": "2022-12-22T10:37:30.378538-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7cbaa1f-28bf-466e-aa66-b957e23ac202/?format=api"
        },
        {
            "id": "3a4b5975-a075-4c4f-aa2c-20b95315622e",
            "gambit_id": "84bfcd57-972d-4e16-b0db-254565c22e91",
            "last_updated": "2022-12-22T10:37:30.379632-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7cbaa1f-28bf-466e-aa66-b957e23ac202/?format=api"
        }
    ]
}