GET /api/bet_types/f8680437-30e9-48a8-9e44-ba48b80a8a33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8680437-30e9-48a8-9e44-ba48b80a8a33",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e5b4d68-8792-4f7d-86dd-7de203e82f7a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-21T10:17:16.616388-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": "STL",
                "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": "ba85111c-9d60-4905-86c2-9a93119c00ad",
            "gambit_id": "7c2be253-e7f8-4956-bba8-d5cfa157014c",
            "last_updated": "2023-05-22T13:37:00.743808-04:00",
            "created_at": "2023-05-21T10:17:16.617967-04:00",
            "name": "STL",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8680437-30e9-48a8-9e44-ba48b80a8a33/?format=api"
        },
        {
            "id": "d6875d0d-cbb9-43b0-91a4-1f77fda6f045",
            "gambit_id": "7100c3bc-7457-46b3-9d33-7968c33274b8",
            "last_updated": "2023-05-22T13:37:00.745009-04:00",
            "created_at": "2023-05-21T10:17:16.619715-04:00",
            "name": "LOS",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8680437-30e9-48a8-9e44-ba48b80a8a33/?format=api"
        }
    ]
}