GET /api/bet_types/4455e127-ef1b-41b3-8929-e27eee70d9cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4455e127-ef1b-41b3-8929-e27eee70d9cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/79b4dde1-94cf-4e83-a727-e0dd2952b384/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-20T09:48:09.697158-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": "Boston Celtics",
                "amount": 7634.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 2366.0
            }
        ],
        "expected_reward_tokens": 9464.0,
        "profit_sb": -36.0,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "bbe9edd4-d334-412b-8b7d-da164a676a3f",
            "gambit_id": "cf604421-e605-4aa4-9f79-657c9a570a6f",
            "last_updated": "2023-11-21T14:23:19.726527-05:00",
            "created_at": "2023-11-20T09:48:09.700913-05:00",
            "name": "Boston Celtics",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4455e127-ef1b-41b3-8929-e27eee70d9cb/?format=api"
        },
        {
            "id": "cc9d81bf-3b4f-4808-afea-143717edf176",
            "gambit_id": "30a3af6e-c770-4625-9823-545a9039a013",
            "last_updated": "2023-11-21T14:23:19.730908-05:00",
            "created_at": "2023-11-20T09:48:09.705729-05:00",
            "name": "Charlotte Hornets",
            "reward": "4.00000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4455e127-ef1b-41b3-8929-e27eee70d9cb/?format=api"
        }
    ]
}