GET /api/bet_types/afba5f9e-1157-49da-9730-d462be1c8231/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afba5f9e-1157-49da-9730-d462be1c8231",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae7b882c-5182-4fe0-a640-edb77327729b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-20T10:51:56.087329-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": "CWS (L Giolito)",
                "amount": 6368.0
            },
            {
                "team": "KAN (J Lyles)",
                "amount": 3632.0
            }
        ],
        "expected_reward_tokens": 9552.0,
        "profit_sb": 52.0,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "1c6fe2d0-74b2-412f-8aa0-bc66bcf92261",
            "gambit_id": "efce2223-4748-48bf-84b5-ab709909f27c",
            "last_updated": "2023-05-22T13:27:22.273615-04:00",
            "created_at": "2023-05-20T10:51:56.092090-04:00",
            "name": "CWS (L Giolito)",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afba5f9e-1157-49da-9730-d462be1c8231/?format=api"
        },
        {
            "id": "ba0d7b97-73e3-4365-9393-c5a7e00de36b",
            "gambit_id": "c9e66e5d-24b0-4d42-8293-4c9d6129b8d2",
            "last_updated": "2023-05-22T13:27:22.271701-04:00",
            "created_at": "2023-05-20T10:51:56.089554-04:00",
            "name": "KAN (J Lyles)",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afba5f9e-1157-49da-9730-d462be1c8231/?format=api"
        }
    ]
}