GET /api/bet_types/8cf29c75-e8dc-416e-8e7a-90d0d20c7fdb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8cf29c75-e8dc-416e-8e7a-90d0d20c7fdb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d28d87c3-5f7d-4272-b630-adbd66640645/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T09:07:03.084620-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": "Utah Jazz",
                "amount": 5106.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "18cfaf7c-e931-49e3-b119-8aec29dea57d",
            "gambit_id": "a68a11ff-f3ad-41e9-b983-1d98bb57e21e",
            "last_updated": "2023-02-24T12:17:07.553680-05:00",
            "created_at": "2023-02-23T09:07:03.085925-05:00",
            "name": "Utah Jazz",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cf29c75-e8dc-416e-8e7a-90d0d20c7fdb/?format=api"
        },
        {
            "id": "437b223e-0fce-4e69-b645-491a698bf74b",
            "gambit_id": "20e6bfb1-db1a-439c-a611-622839a62967",
            "last_updated": "2023-02-24T12:17:07.554795-05:00",
            "created_at": "2023-02-23T09:07:03.087148-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cf29c75-e8dc-416e-8e7a-90d0d20c7fdb/?format=api"
        }
    ]
}