GET /api/bet_types/e502ffe1-5126-40cd-a491-7eab1c5b02a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e502ffe1-5126-40cd-a491-7eab1c5b02a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/c45e5ef7-5117-4486-853c-6980ac9b4e86/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-29T08:33:14.429774-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": "ARI",
                "amount": 5512.0
            },
            {
                "team": "LOS",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "21fcab93-7fb4-4c4a-97da-9dfca22fb5bf",
            "gambit_id": "fdb1e9cb-5c49-4d0a-abc0-f9c71f0c87c0",
            "last_updated": "2023-08-30T13:23:24.984799-04:00",
            "created_at": "2023-08-29T08:33:14.433483-04:00",
            "name": "ARI",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e502ffe1-5126-40cd-a491-7eab1c5b02a5/?format=api"
        },
        {
            "id": "590279b8-a5fe-422f-b0d8-0c7928dc9fc8",
            "gambit_id": "63d27879-0e04-4bf0-8914-1442c99b7d15",
            "last_updated": "2023-08-30T13:23:24.988130-04:00",
            "created_at": "2023-08-29T08:33:14.438086-04:00",
            "name": "LOS",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e502ffe1-5126-40cd-a491-7eab1c5b02a5/?format=api"
        }
    ]
}