GET /api/bet_types/75e69c51-cfa5-444b-a524-a2f49bcced39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75e69c51-cfa5-444b-a524-a2f49bcced39",
    "match": "https://api-prod.gambitprofit.com/api/matches/56276a3d-c29a-4801-bbff-db417c60cd37/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-14T09:53:15.719291-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 Capitals",
                "amount": 5000.0
            },
            {
                "team": "New York Rangers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c94e37a-edcf-499f-b4ad-205cc8763d48",
            "gambit_id": "c9be93dd-c3f6-4c50-aae6-5fd590b8f41f",
            "last_updated": "2024-01-16T22:58:17.039461-05:00",
            "created_at": "2024-01-14T09:53:15.723249-05:00",
            "name": "Washington Capitals",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75e69c51-cfa5-444b-a524-a2f49bcced39/?format=api"
        },
        {
            "id": "d39d5792-2f00-43fa-afc1-38431f43a955",
            "gambit_id": "20e8a053-4e03-462d-8497-660a192cbb4d",
            "last_updated": "2024-01-16T22:58:17.042575-05:00",
            "created_at": "2024-01-14T09:53:15.728591-05:00",
            "name": "New York Rangers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75e69c51-cfa5-444b-a524-a2f49bcced39/?format=api"
        }
    ]
}