GET /api/bet_types/6ffbffa2-f058-4e36-8b52-5a33e064c050/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ffbffa2-f058-4e36-8b52-5a33e064c050",
    "match": "https://api-prod.gambitprofit.com/api/matches/beb6b328-7475-4171-926c-92e4206cffb6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-16T08:23:00.204083-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": "ARI (Z Gallen)",
                "amount": 5711.0
            },
            {
                "team": "CLE (T McKenzie)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "a8ac212b-101c-4145-817a-09807fb35b0e",
            "gambit_id": "1f48dfd7-6573-4678-8104-a086eb4deec6",
            "last_updated": "2023-06-23T21:38:01.602877-04:00",
            "created_at": "2023-06-16T08:23:00.207311-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ffbffa2-f058-4e36-8b52-5a33e064c050/?format=api"
        },
        {
            "id": "d6607ac1-8250-48f7-bb66-85b7ecd60b61",
            "gambit_id": "d4913ea5-5e7d-41c1-937e-ce968ea56c0d",
            "last_updated": "2023-06-23T21:38:01.600006-04:00",
            "created_at": "2023-06-16T08:23:00.205676-04:00",
            "name": "CLE (T McKenzie)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ffbffa2-f058-4e36-8b52-5a33e064c050/?format=api"
        }
    ]
}