GET /api/bet_types/f1251333-e760-4b80-aa25-1a6e72123955/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1251333-e760-4b80-aa25-1a6e72123955",
    "match": "https://api-prod.gambitprofit.com/api/matches/8518a7b3-27b8-421b-bcd2-dbe2338f8950/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-21T09:21:58.602837-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": "Vegas Golden Knights",
                "amount": 5421.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "8627977e-03bf-4396-834c-40194ce51cd6",
            "gambit_id": "0496c427-457f-48c9-9108-de53d298a8e1",
            "last_updated": "2023-03-22T16:46:54.032888-04:00",
            "created_at": "2023-03-21T09:21:58.606344-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1251333-e760-4b80-aa25-1a6e72123955/?format=api"
        },
        {
            "id": "72dae3f1-a10d-4706-a53a-0624c5f0f754",
            "gambit_id": "a9ac95f8-c0ef-49f9-bb79-35a92d6634ee",
            "last_updated": "2023-03-22T16:46:54.030698-04:00",
            "created_at": "2023-03-21T09:21:58.604736-04:00",
            "name": "Vancouver Canucks",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1251333-e760-4b80-aa25-1a6e72123955/?format=api"
        }
    ]
}