GET /api/bet_types/1ae3cf97-8ddf-4066-a438-aa23a1ea2282/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ae3cf97-8ddf-4066-a438-aa23a1ea2282",
    "match": "https://api-prod.gambitprofit.com/api/matches/76d311df-f1f3-4fed-aace-eff2146c5354/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-08T08:43:18.419620-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": 5527.0
            },
            {
                "team": "CWS (M Clevinger)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "687345e2-7165-48cd-bbd8-fba7acb93231",
            "gambit_id": "4f380afc-760b-475c-b783-1691618b6a7a",
            "last_updated": "2023-06-10T13:43:10.221677-04:00",
            "created_at": "2023-06-08T08:43:18.423182-04:00",
            "name": "NYY (R Vasquez)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ae3cf97-8ddf-4066-a438-aa23a1ea2282/?format=api"
        },
        {
            "id": "4c81260d-3e4d-4917-8ce4-7f94d13d355f",
            "gambit_id": "f433e45c-921f-46f3-bb7c-71589450a8c5",
            "last_updated": "2023-06-10T13:43:10.218918-04:00",
            "created_at": "2023-06-08T08:43:18.421414-04:00",
            "name": "CWS (M Clevinger)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ae3cf97-8ddf-4066-a438-aa23a1ea2282/?format=api"
        }
    ]
}