GET /api/bet_types/d7141061-92c6-45d6-84a2-b7eda35f7291/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7141061-92c6-45d6-84a2-b7eda35f7291",
    "match": "https://api-prod.gambitprofit.com/api/matches/191aeb27-a6f7-4c45-9da9-28e3484c1d39/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-17T10:28:03.439719-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": "SDG (N Martinez)",
                "amount": 6104.0
            },
            {
                "team": "OAK (J Boyle)",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "01a49330-27bd-4510-9f15-9db8c2631852",
            "gambit_id": "0c0258a4-21a3-471a-9658-2c78d757e12d",
            "last_updated": "2023-09-18T22:48:06.463217-04:00",
            "created_at": "2023-09-17T10:28:03.444389-04:00",
            "name": "SDG (N Martinez)",
            "reward": "1.57000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7141061-92c6-45d6-84a2-b7eda35f7291/?format=api"
        },
        {
            "id": "feefeb4d-b152-41f5-ba92-174e9b0e791b",
            "gambit_id": "447b2a59-9306-4a88-822a-ab11eff7cdaf",
            "last_updated": "2023-09-18T22:48:06.475284-04:00",
            "created_at": "2023-09-17T10:28:03.452863-04:00",
            "name": "OAK (J Boyle)",
            "reward": "2.46000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7141061-92c6-45d6-84a2-b7eda35f7291/?format=api"
        }
    ]
}