GET /api/bet_types/4965fa22-6c3d-4591-8ab1-b014a2f0b3c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4965fa22-6c3d-4591-8ab1-b014a2f0b3c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c262d15-1406-48dd-935b-2d9eac055b1f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-07T09:47:09.861134-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": "Atlanta Hawks",
                "amount": 5107.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f609869e-31cb-410f-86a3-85a890766218",
            "gambit_id": "f4b09c8c-4494-4976-b890-004b3fb1abfe",
            "last_updated": "2023-02-08T09:52:05.929111-05:00",
            "created_at": "2023-02-07T09:47:09.863968-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4965fa22-6c3d-4591-8ab1-b014a2f0b3c4/?format=api"
        },
        {
            "id": "fd1ade59-f2d6-46bd-b69a-3a3cd9384768",
            "gambit_id": "6af48e41-0b45-4f49-8e22-20e8e0aa06e0",
            "last_updated": "2023-02-08T09:52:05.927889-05:00",
            "created_at": "2023-02-07T09:47:09.862404-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4965fa22-6c3d-4591-8ab1-b014a2f0b3c4/?format=api"
        }
    ]
}