GET /api/bet_types/880595e3-ce31-4d35-8e63-f4766333b7bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "880595e3-ce31-4d35-8e63-f4766333b7bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5a8d5a0-dfea-4c96-8536-8eed06d6ca93/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-04T09:42:59.476718-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": "Cincinnati Bengals",
                "amount": 7393.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 2607.0
            }
        ],
        "expected_reward_tokens": 9463.04,
        "profit_sb": -36.96,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "d081d361-b3a7-45b6-9459-21ba4e47b8b6",
            "gambit_id": "dc1d600d-8395-4729-b522-26a82e341bdf",
            "last_updated": "2024-01-09T10:33:30.217977-05:00",
            "created_at": "2024-01-04T09:42:59.485925-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.28000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/880595e3-ce31-4d35-8e63-f4766333b7bb/?format=api"
        },
        {
            "id": "d00bd1c1-4212-495a-ae71-92c3be41577c",
            "gambit_id": "82b43c17-3257-432c-8f77-708afe363596",
            "last_updated": "2024-01-09T10:33:30.214785-05:00",
            "created_at": "2024-01-04T09:42:59.481464-05:00",
            "name": "Cleveland Browns",
            "reward": "3.63000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/880595e3-ce31-4d35-8e63-f4766333b7bb/?format=api"
        }
    ]
}