GET /api/bet_types/88eecaac-29eb-49c0-bb20-7df630e50990/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88eecaac-29eb-49c0-bb20-7df630e50990",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e33819c-a1fb-4772-9c4b-21f558a05c2d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-31T11:47:19.064131-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": 5512.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "727648a2-e2b6-4a90-a9b8-c8151902ac1e",
            "gambit_id": "b3ac1efd-3cfa-45b3-a17a-980017451cbb",
            "last_updated": "2023-06-05T10:57:27.129474-04:00",
            "created_at": "2023-05-31T11:47:19.070153-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88eecaac-29eb-49c0-bb20-7df630e50990/?format=api"
        },
        {
            "id": "8d0f4273-051a-4d14-9a19-fa7400dd4c61",
            "gambit_id": "e4af09c0-e5d8-4651-aa8c-ccb616ec6046",
            "last_updated": "2023-06-05T10:57:27.126945-04:00",
            "created_at": "2023-05-31T11:47:19.067322-04:00",
            "name": "Florida Panthers",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88eecaac-29eb-49c0-bb20-7df630e50990/?format=api"
        }
    ]
}