GET /api/bet_types/47756dcc-2a73-402e-9996-3f8ef74cbb68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47756dcc-2a73-402e-9996-3f8ef74cbb68",
    "match": "https://api-prod.gambitprofit.com/api/matches/e67cfd37-18bd-4575-be5b-cc8aa46fbefa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-19T09:13:24.721468-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 (C Schmidt)",
                "amount": 5079.0
            },
            {
                "team": "TOR (Y Kikuchi)",
                "amount": 4921.0
            }
        ],
        "expected_reward_tokens": 9546.74,
        "profit_sb": 46.74,
        "profit_sb_percentage": 0.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "bc7f3eb3-8091-4343-b6fe-6730aff2dabc",
            "gambit_id": "3b466e2b-28a9-4b4f-b7dd-3066d5416cc6",
            "last_updated": "2023-09-21T09:53:17.857483-04:00",
            "created_at": "2023-09-19T09:13:24.729138-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "1.88000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47756dcc-2a73-402e-9996-3f8ef74cbb68/?format=api"
        },
        {
            "id": "76d62bbd-077d-4998-ab67-17a459950bb0",
            "gambit_id": "aa2a2199-cb30-4eaa-a012-31051de3db46",
            "last_updated": "2023-09-21T09:53:17.853974-04:00",
            "created_at": "2023-09-19T09:13:24.725203-04:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47756dcc-2a73-402e-9996-3f8ef74cbb68/?format=api"
        }
    ]
}