GET /api/bet_types/018fcbb2-b12c-4d5f-82f6-ea24921faf08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "018fcbb2-b12c-4d5f-82f6-ea24921faf08",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2dc3171-8a98-48a3-9501-17bbb8844fec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:17.478616-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1a6ca9f-d90b-41f7-9281-712ac356883a",
            "gambit_id": "ea0aac99-1cb0-48a7-a6dc-2583f0863244",
            "last_updated": "2023-04-05T17:32:11.783136-04:00",
            "created_at": "2023-04-04T09:32:17.481563-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/018fcbb2-b12c-4d5f-82f6-ea24921faf08/?format=api"
        },
        {
            "id": "6d7d6374-9db0-41be-8950-f3660e00c341",
            "gambit_id": "45967700-4690-42c8-9097-f5fd08c820d4",
            "last_updated": "2023-04-05T17:32:11.781607-04:00",
            "created_at": "2023-04-04T09:32:17.480129-04:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/018fcbb2-b12c-4d5f-82f6-ea24921faf08/?format=api"
        }
    ]
}