GET /api/bet_types/5347d11d-1840-4403-84a8-9e4372bc717b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5347d11d-1840-4403-84a8-9e4372bc717b",
    "match": "https://api-prod.gambitprofit.com/api/matches/90746af7-46cb-44e1-9e12-201896754980/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-31T09:58:21.196545-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": "Minnesota Timberwolves",
                "amount": 8637.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 1363.0
            }
        ],
        "expected_reward_tokens": 9500.11,
        "profit_sb": 0.11,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e8110ad-0671-4e19-8880-2ef0f6d9cbf4",
            "gambit_id": "d3e7e0d8-9c1c-4d3c-a733-ce15c3470bc4",
            "last_updated": "2024-02-01T10:43:00.663150-05:00",
            "created_at": "2024-01-31T09:58:21.204259-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.10000",
            "odds": "1.10530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5347d11d-1840-4403-84a8-9e4372bc717b/?format=api"
        },
        {
            "id": "48d66816-e4d9-4384-b254-9175cf0dac73",
            "gambit_id": "08b096d0-ec3b-4bd1-9f4c-8779f3139244",
            "last_updated": "2024-02-01T10:43:00.659224-05:00",
            "created_at": "2024-01-31T09:58:21.200427-05:00",
            "name": "Dallas Mavericks",
            "reward": "6.97000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5347d11d-1840-4403-84a8-9e4372bc717b/?format=api"
        }
    ]
}