GET /api/bet_types/3e63166c-c0d0-4805-b692-f89f4b21c467/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e63166c-c0d0-4805-b692-f89f4b21c467",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2e413b0-3de7-49f8-b956-0b84346b86aa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-14T09:28:10.092242-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": "Los Angeles Clippers",
                "amount": 5512.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d58937a-c995-4f7d-bada-af3c898d711b",
            "gambit_id": "e48a60af-b8fc-47b5-ae52-8e6e92fd0231",
            "last_updated": "2023-12-15T10:58:01.956836-05:00",
            "created_at": "2023-12-14T09:28:10.100474-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e63166c-c0d0-4805-b692-f89f4b21c467/?format=api"
        },
        {
            "id": "8262b21a-de15-47f1-8089-4652efc494ad",
            "gambit_id": "cddfa7c5-f5ab-40cc-ae64-e8575b2603bf",
            "last_updated": "2023-12-15T10:58:01.946133-05:00",
            "created_at": "2023-12-14T09:28:10.095940-05:00",
            "name": "Golden State Warriors",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e63166c-c0d0-4805-b692-f89f4b21c467/?format=api"
        }
    ]
}