GET /api/bet_types/cb320689-3d30-4338-b91f-9d4bc292351f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb320689-3d30-4338-b91f-9d4bc292351f",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb844486-604b-41fc-bd64-dbc5c60a3922/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-19T12:58:05.485091-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": "Texas Rangers",
                "amount": 5426.0
            },
            {
                "team": "Chicago White Sox",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ed8c157-de74-4294-bdbc-dce6b83d1c64",
            "gambit_id": "ca093c54-d30a-4b23-af6f-6efae3a35fd8",
            "last_updated": "2023-06-20T10:13:23.018461-04:00",
            "created_at": "2023-06-19T12:58:05.491627-04:00",
            "name": "Texas Rangers",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb320689-3d30-4338-b91f-9d4bc292351f/?format=api"
        },
        {
            "id": "f497f021-4adf-40a0-9824-ac8c348851f5",
            "gambit_id": "f4f29c1a-6e87-4a9a-9f40-1ed5cc855e3c",
            "last_updated": "2023-06-20T10:13:23.016407-04:00",
            "created_at": "2023-06-19T12:58:05.488828-04:00",
            "name": "Chicago White Sox",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb320689-3d30-4338-b91f-9d4bc292351f/?format=api"
        }
    ]
}