GET /api/bet_types/189549d4-882f-4e59-8e28-6fad8ebbd8c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "189549d4-882f-4e59-8e28-6fad8ebbd8c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/684985c6-e7b7-4aaf-8c83-373f2c10a7d0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-07T09:28:20.864014-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": "NYY (R Vasquez)",
                "amount": 5273.0
            },
            {
                "team": "CWS (L Lynn)",
                "amount": 4727.0
            }
        ],
        "expected_reward_tokens": 9595.81,
        "profit_sb": 95.81,
        "profit_sb_percentage": 1.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "56d25d19-1d5d-40d7-aafb-52feecb3895f",
            "gambit_id": "0fb5ef2c-3468-421a-bfbc-7c12cfc0ad5e",
            "last_updated": "2023-06-14T19:03:19.161458-04:00",
            "created_at": "2023-06-07T09:28:20.869315-04:00",
            "name": "NYY (R Vasquez)",
            "reward": "1.82000",
            "odds": "1.85470",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/189549d4-882f-4e59-8e28-6fad8ebbd8c7/?format=api"
        },
        {
            "id": "93085496-74e2-43b2-8980-a7da3f575b7c",
            "gambit_id": "b77949ec-d2a8-43eb-9982-e8158c1d9a8c",
            "last_updated": "2023-06-14T19:03:19.158734-04:00",
            "created_at": "2023-06-07T09:28:20.866557-04:00",
            "name": "CWS (L Lynn)",
            "reward": "2.03000",
            "odds": "2.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/189549d4-882f-4e59-8e28-6fad8ebbd8c7/?format=api"
        }
    ]
}