GET /api/bet_types/4af6221a-f826-4aa9-a1a3-a7dd3f1db4b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4af6221a-f826-4aa9-a1a3-a7dd3f1db4b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5d37160-cb08-4947-8081-915fb18644dc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-06T09:18:05.366382-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": "Pittsburgh Steelers",
                "amount": 6807.0
            },
            {
                "team": "New England Patriots",
                "amount": 3193.0
            }
        ],
        "expected_reward_tokens": 9323.56,
        "profit_sb": -176.44,
        "profit_sb_percentage": -1.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f5eb3e4-d1f5-4388-97b7-098e93f3d05b",
            "gambit_id": "6a7aecbe-8be9-46cf-820b-df7b6512d053",
            "last_updated": "2023-12-08T10:48:07.114887-05:00",
            "created_at": "2023-12-06T09:18:05.377257-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4af6221a-f826-4aa9-a1a3-a7dd3f1db4b1/?format=api"
        },
        {
            "id": "fdba96d2-f22d-4064-a8dc-54d533bb1623",
            "gambit_id": "5a1b15ef-c720-40d1-bcd9-400dad3fc04c",
            "last_updated": "2023-12-08T10:48:07.111147-05:00",
            "created_at": "2023-12-06T09:18:05.371360-05:00",
            "name": "New England Patriots",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4af6221a-f826-4aa9-a1a3-a7dd3f1db4b1/?format=api"
        }
    ]
}