GET /api/bet_types/0a8ccf67-9890-4d17-9bed-da340c8d2176/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a8ccf67-9890-4d17-9bed-da340c8d2176",
    "match": "https://api-prod.gambitprofit.com/api/matches/612036e1-93eb-45e3-96f8-edccadada1d7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-16T09:52:12.689140-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": "New York Islanders",
                "amount": 5000.0
            },
            {
                "team": "Washington Capitals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f7e8ee2-f43b-482c-9768-225f2fd7a602",
            "gambit_id": "b2cb1c80-7f69-4cc6-b38f-6fc26d4e05c5",
            "last_updated": "2023-01-17T11:22:13.989280-05:00",
            "created_at": "2023-01-16T09:52:12.691960-05:00",
            "name": "New York Islanders",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a8ccf67-9890-4d17-9bed-da340c8d2176/?format=api"
        },
        {
            "id": "ae82cf9a-03bc-4aec-877f-662cde33514a",
            "gambit_id": "98d81718-bfef-4f0d-a015-35f3b441822a",
            "last_updated": "2023-01-17T11:22:13.990348-05:00",
            "created_at": "2023-01-16T09:52:12.695135-05:00",
            "name": "Washington Capitals",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a8ccf67-9890-4d17-9bed-da340c8d2176/?format=api"
        }
    ]
}