GET /api/bet_types/bc281947-b807-4f87-8ab5-e94272cded40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc281947-b807-4f87-8ab5-e94272cded40",
    "match": "https://api-prod.gambitprofit.com/api/matches/886245c0-4320-4c21-9bd2-6a2898099069/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-03T10:18:13.351282-04: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": "Washington Commanders",
                "amount": 6935.0
            },
            {
                "team": "Chicago Bears",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "e82fbc3f-c486-4467-9697-ac91e9c47f38",
            "gambit_id": "899c6c42-e52f-4ab8-890e-2d51ed36bc65",
            "last_updated": "2023-10-06T09:33:27.997430-04:00",
            "created_at": "2023-10-03T10:18:13.360701-04:00",
            "name": "Washington Commanders",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc281947-b807-4f87-8ab5-e94272cded40/?format=api"
        },
        {
            "id": "89d92be1-5679-4c62-a004-3941a325bb8a",
            "gambit_id": "40841f13-61a3-47f0-95e0-e071399fddab",
            "last_updated": "2023-10-06T09:33:27.994132-04:00",
            "created_at": "2023-10-03T10:18:13.356660-04:00",
            "name": "Chicago Bears",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc281947-b807-4f87-8ab5-e94272cded40/?format=api"
        }
    ]
}