GET /api/bet_types/e8000255-53ed-4685-bce6-cdba0182bc40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8000255-53ed-4685-bce6-cdba0182bc40",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d1d7efb-8e42-4797-a8a6-370e4cc4db04/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-14T08:26:59.218871-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": 5745.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9019.65,
        "profit_sb": 19.65,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "ad8d808c-3c45-427e-84dc-9178de7ed3dd",
            "gambit_id": "33dee73e-c34b-41b6-ba87-1402c2fc51d0",
            "last_updated": "2023-01-16T09:57:13.810851-05:00",
            "created_at": "2023-01-14T08:26:59.221723-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.57000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8000255-53ed-4685-bce6-cdba0182bc40/?format=api"
        },
        {
            "id": "f751b9bc-2438-4120-a64d-7cda9a6e3dc5",
            "gambit_id": "7f5815f1-e4d9-4af1-b8a4-e478fe75e0ef",
            "last_updated": "2023-01-16T09:57:13.813909-05:00",
            "created_at": "2023-01-14T08:26:59.224763-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.12000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8000255-53ed-4685-bce6-cdba0182bc40/?format=api"
        }
    ]
}