GET /api/bet_types/809cf27d-3d65-40c2-ab4c-d2aa8efa7f92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "809cf27d-3d65-40c2-ab4c-d2aa8efa7f92",
    "match": "https://api-prod.gambitprofit.com/api/matches/2efc849c-daa0-4b87-9472-e3e2327de896/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Miami Heat",
                "amount": 6025.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "07a5395c-e68f-4513-9e68-eba413eee675",
            "gambit_id": "2c49a424-19e9-4783-957c-b90c36f2c1be",
            "last_updated": "2022-10-25T10:07:45.172659-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/809cf27d-3d65-40c2-ab4c-d2aa8efa7f92/?format=api"
        },
        {
            "id": "6f832907-cb28-4f83-ba9d-e490c174e979",
            "gambit_id": "9bb47b93-d9ad-4152-af98-474650b53e47",
            "last_updated": "2022-10-25T10:07:45.173652-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/809cf27d-3d65-40c2-ab4c-d2aa8efa7f92/?format=api"
        }
    ]
}