GET /api/bet_types/8c6d63b1-9dff-48f5-9cd1-21a4da420c41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c6d63b1-9dff-48f5-9cd1-21a4da420c41",
    "match": "https://api-prod.gambitprofit.com/api/matches/aedefe5c-c78d-4e63-b62f-fc322de9e0e6/?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": "Oklahoma City Thunder",
                "amount": 5399.0
            },
            {
                "team": "New York Knicks",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "82fb0345-f2fe-4207-bc05-6ab150c396f9",
            "gambit_id": "62fba0a6-328c-4058-b556-a1a5f5115bb9",
            "last_updated": "2022-11-22T09:57:25.376780-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c6d63b1-9dff-48f5-9cd1-21a4da420c41/?format=api"
        },
        {
            "id": "f72a7fe3-abf6-423e-899b-e2241aa4b80b",
            "gambit_id": "76193948-0f56-4025-bfd6-f10b56bafbe9",
            "last_updated": "2022-11-22T09:57:25.377690-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c6d63b1-9dff-48f5-9cd1-21a4da420c41/?format=api"
        }
    ]
}