GET /api/bet_types/95106bd8-6ed0-4ec2-8fbc-410f8f05d44b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95106bd8-6ed0-4ec2-8fbc-410f8f05d44b",
    "match": "https://api-prod.gambitprofit.com/api/matches/364ce90d-b497-4b26-aba4-666b97e4b267/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-08T09:38:20.694674-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": "Cleveland Cavaliers",
                "amount": 5317.0
            },
            {
                "team": "Miami Heat",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "7114c72d-4a58-4404-a5ac-bed729f40f1b",
            "gambit_id": "45241e9d-8f64-4154-befb-591b6339153e",
            "last_updated": "2023-12-09T11:38:26.234193-05:00",
            "created_at": "2023-12-08T09:38:20.698770-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95106bd8-6ed0-4ec2-8fbc-410f8f05d44b/?format=api"
        },
        {
            "id": "1d193092-a9de-41a7-aefc-cc1f6a38e468",
            "gambit_id": "33e4f6ea-c3ad-4fe1-8a2a-6b2f9664e0c0",
            "last_updated": "2023-12-09T11:38:26.237528-05:00",
            "created_at": "2023-12-08T09:38:20.702723-05:00",
            "name": "Miami Heat",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95106bd8-6ed0-4ec2-8fbc-410f8f05d44b/?format=api"
        }
    ]
}