GET /api/bet_types/737226eb-2917-4102-9858-2d4aaf2f86b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "737226eb-2917-4102-9858-2d4aaf2f86b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/31058bc2-2019-451d-8312-33961897ba92/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-14T09:13:24.848184-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": "BOS (B Bello)",
                "amount": 5541.0
            },
            {
                "team": "CHC (K Hendricks)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "7c8c9952-25c5-4880-be45-f5a319f44fbf",
            "gambit_id": "a6009cc4-13bb-4054-ba3d-871f268771bd",
            "last_updated": "2023-07-17T09:13:04.835319-04:00",
            "created_at": "2023-07-14T09:13:24.849765-04:00",
            "name": "BOS (B Bello)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/737226eb-2917-4102-9858-2d4aaf2f86b7/?format=api"
        },
        {
            "id": "74da9eca-4010-4fad-b738-1c905c82b741",
            "gambit_id": "a122de3e-2f0b-4201-82d4-794f8a2a6452",
            "last_updated": "2023-07-17T09:13:04.837366-04:00",
            "created_at": "2023-07-14T09:13:24.851333-04:00",
            "name": "CHC (K Hendricks)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/737226eb-2917-4102-9858-2d4aaf2f86b7/?format=api"
        }
    ]
}