GET /api/bet_types/6e0132ab-fc6f-436f-964c-af647a9eec51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e0132ab-fc6f-436f-964c-af647a9eec51",
    "match": "https://api-prod.gambitprofit.com/api/matches/87618de0-caed-462d-9de6-a8feef3560fa/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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 (N Cortes)",
                "amount": 5881.0
            },
            {
                "team": "STL (D Hudson)",
                "amount": 4119.0
            }
        ],
        "expected_reward_tokens": 9350.13,
        "profit_sb": 350.13,
        "profit_sb_percentage": 3.89,
        "recommended": true
    },
    "lines": [
        {
            "id": "15a77147-a05f-461b-9c3b-45bd4009efd6",
            "gambit_id": "7aa03673-69d8-4909-b9bf-9da4d8ba5e76",
            "last_updated": "2022-08-06T10:52:02.069060-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (N Cortes)",
            "reward": "1.59000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e0132ab-fc6f-436f-964c-af647a9eec51/?format=api"
        },
        {
            "id": "854dc5b9-c92e-440b-8d2f-d4a65a27d341",
            "gambit_id": "19c7e31d-66a6-4e09-b399-ef4535885774",
            "last_updated": "2022-08-06T10:52:02.068623-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (D Hudson)",
            "reward": "2.27000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e0132ab-fc6f-436f-964c-af647a9eec51/?format=api"
        }
    ]
}