GET /api/bet_types/cbd17b30-8745-4d9f-a8cd-4b4962372ec4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbd17b30-8745-4d9f-a8cd-4b4962372ec4",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c0e2811-f1d8-4ccc-ad94-fe41db9e4b2e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-21T09:21:56.800911-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 York Rangers",
                "amount": 5213.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "57f0d31c-b314-4e27-ab5e-0646e5d08297",
            "gambit_id": "9df8f022-558e-488d-962f-c553132e365a",
            "last_updated": "2023-03-22T16:51:53.251890-04:00",
            "created_at": "2023-03-21T09:21:56.802676-04:00",
            "name": "New York Rangers",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbd17b30-8745-4d9f-a8cd-4b4962372ec4/?format=api"
        },
        {
            "id": "98e47223-c27d-4f0c-a1f8-5136a48fc3e2",
            "gambit_id": "90fd4f4c-03db-46bb-990b-b12b036884c4",
            "last_updated": "2023-03-22T16:51:53.254135-04:00",
            "created_at": "2023-03-21T09:21:56.804228-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbd17b30-8745-4d9f-a8cd-4b4962372ec4/?format=api"
        }
    ]
}