GET /api/bet_types/27f9aabd-5d2c-4105-a4f3-934cdefe4841/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27f9aabd-5d2c-4105-a4f3-934cdefe4841",
    "match": "https://api-prod.gambitprofit.com/api/matches/bab7a349-3667-4e69-9b9f-cbc1d0cf9916/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-09T14:53:17.568162-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": "Chicago White Sox",
                "amount": 5939.0
            },
            {
                "team": "New York Yankees",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "3971d2d3-cfad-46fd-b27a-9d7ce69db343",
            "gambit_id": "bc0bf7ef-ce13-4d21-b3f0-1cecb3f10adf",
            "last_updated": "2023-08-10T12:28:25.946662-04:00",
            "created_at": "2023-08-09T14:53:17.572472-04:00",
            "name": "Chicago White Sox",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27f9aabd-5d2c-4105-a4f3-934cdefe4841/?format=api"
        },
        {
            "id": "0a3eecc4-599d-4ec1-910f-32a25a1be11b",
            "gambit_id": "8a2822ac-3d11-4ba1-9cba-53536a5cf0fc",
            "last_updated": "2023-08-10T12:28:25.950308-04:00",
            "created_at": "2023-08-09T14:53:17.579835-04:00",
            "name": "New York Yankees",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27f9aabd-5d2c-4105-a4f3-934cdefe4841/?format=api"
        }
    ]
}