GET /api/bet_types/1cde7761-2a05-4f13-ace0-f2f246992449/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cde7761-2a05-4f13-ace0-f2f246992449",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd9342e3-8c25-4c7a-8d61-8eabe32fe2eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-27T14:02:21.779158-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": "New Jersey Devils",
                "amount": 5421.0
            },
            {
                "team": "New York Islanders",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "4df32e39-0fac-4067-810b-37c4e342091a",
            "gambit_id": "a7032e52-40e2-479f-b408-6d2dbeabab22",
            "last_updated": "2023-03-28T11:17:02.514598-04:00",
            "created_at": "2023-03-27T14:02:21.782985-04:00",
            "name": "New Jersey Devils",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cde7761-2a05-4f13-ace0-f2f246992449/?format=api"
        },
        {
            "id": "eb88d733-b36a-4298-ade6-a8ad1b69e830",
            "gambit_id": "c1518a44-53b5-4216-9dab-b2445ecd78c3",
            "last_updated": "2023-03-28T11:17:02.512212-04:00",
            "created_at": "2023-03-27T14:02:21.780895-04:00",
            "name": "New York Islanders",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cde7761-2a05-4f13-ace0-f2f246992449/?format=api"
        }
    ]
}