GET /api/bet_types/8d366abf-0395-42d6-8aa4-301c7cb4b15e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d366abf-0395-42d6-8aa4-301c7cb4b15e",
    "match": "https://api-prod.gambitprofit.com/api/matches/774d6991-fdd5-4ec3-8e17-a8b4cb185380/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-18T08:46:54.207652-04: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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "18a8ecbc-613d-4fe4-b423-dc49e4874b63",
            "gambit_id": "72c61f9c-970e-40a4-a848-ca19106ad7c4",
            "last_updated": "2023-03-19T17:01:57.920251-04:00",
            "created_at": "2023-03-18T08:46:54.209959-04:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d366abf-0395-42d6-8aa4-301c7cb4b15e/?format=api"
        },
        {
            "id": "a5926bc6-c771-4491-bd2e-b1575161b9d1",
            "gambit_id": "227134ac-d87b-4c15-ab43-a08c07bae064",
            "last_updated": "2023-03-19T17:01:57.921847-04:00",
            "created_at": "2023-03-18T08:46:54.212244-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d366abf-0395-42d6-8aa4-301c7cb4b15e/?format=api"
        }
    ]
}