GET /api/bet_types/9a2abd8a-e7e9-426c-b3d6-e91908207699/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a2abd8a-e7e9-426c-b3d6-e91908207699",
    "match": "https://api-prod.gambitprofit.com/api/matches/259ba61e-ec90-485f-b6a8-819046c23d5b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:13:19.807739-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": "Minnesota Vikings",
                "amount": 5929.0
            },
            {
                "team": "Chicago Bears",
                "amount": 4071.0
            }
        ],
        "expected_reward_tokens": 9485.43,
        "profit_sb": -14.57,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d1f2b55-781d-4337-8b38-0f1dcc80f6da",
            "gambit_id": "ab203e59-9d11-4d70-aaa6-96a58ec42cd0",
            "last_updated": "2023-11-28T11:13:14.173679-05:00",
            "created_at": "2023-11-22T09:13:19.814819-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a2abd8a-e7e9-426c-b3d6-e91908207699/?format=api"
        },
        {
            "id": "eef86a66-e810-444a-8812-04870cecdebc",
            "gambit_id": "8872f835-98a7-4ee0-820e-9ee77373146e",
            "last_updated": "2023-11-28T11:13:14.170371-05:00",
            "created_at": "2023-11-22T09:13:19.811289-05:00",
            "name": "Chicago Bears",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a2abd8a-e7e9-426c-b3d6-e91908207699/?format=api"
        }
    ]
}