GET /api/bet_types/4171d6fc-02e5-459a-a0d4-749f7c9fbc3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4171d6fc-02e5-459a-a0d4-749f7c9fbc3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/89e7e363-4be4-43b0-842e-483334c20128/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-28T08:23:03.054905-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": "CLE (X Curry)",
                "amount": 5541.0
            },
            {
                "team": "CWS (T Toussaint)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "6e50e3f7-6008-470e-b1bc-ac9a3bc8fbce",
            "gambit_id": "2d12802f-9d67-4843-a270-83a08c3f16d7",
            "last_updated": "2023-07-29T19:43:28.834811-04:00",
            "created_at": "2023-07-28T08:23:03.070969-04:00",
            "name": "CLE (X Curry)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4171d6fc-02e5-459a-a0d4-749f7c9fbc3a/?format=api"
        },
        {
            "id": "e24e5982-f644-4f00-b5ea-9ecb24653703",
            "gambit_id": "7a01d49d-9191-4707-9cce-8a7d45657e99",
            "last_updated": "2023-07-29T19:43:28.838367-04:00",
            "created_at": "2023-07-28T08:23:03.079224-04:00",
            "name": "CWS (T Toussaint)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4171d6fc-02e5-459a-a0d4-749f7c9fbc3a/?format=api"
        }
    ]
}