GET /api/bet_types/93fc7b2a-3856-4f7e-8586-c9f230593e82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93fc7b2a-3856-4f7e-8586-c9f230593e82",
    "match": "https://api-prod.gambitprofit.com/api/matches/4cfc827f-3673-402e-b9c8-30a23e5c9854/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-16T09:52:12.105642-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": "Vegas Golden Knights",
                "amount": 5098.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "720f439a-6d3f-4281-8246-ffc5fb05d48b",
            "gambit_id": "542e6e2f-4d2b-48d9-8616-dbd438572cd0",
            "last_updated": "2023-01-17T11:22:13.546430-05:00",
            "created_at": "2023-01-16T09:52:12.108957-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93fc7b2a-3856-4f7e-8586-c9f230593e82/?format=api"
        },
        {
            "id": "c830f639-5f58-46d9-aee3-853ff5030462",
            "gambit_id": "c5995a63-a869-48e0-b4ed-f8576803c63f",
            "last_updated": "2023-01-17T11:22:13.550025-05:00",
            "created_at": "2023-01-16T09:52:12.112432-05:00",
            "name": "Dallas Stars",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93fc7b2a-3856-4f7e-8586-c9f230593e82/?format=api"
        }
    ]
}