GET /api/bet_types/1f59c991-1299-417b-b61e-de08da285ff0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f59c991-1299-417b-b61e-de08da285ff0",
    "match": "https://api-prod.gambitprofit.com/api/matches/34027c67-311c-43ac-937c-dec44acd1897/?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": "HOU (F Valdez)",
                "amount": 6875.0
            },
            {
                "team": "TEX (G Otto)",
                "amount": 3125.0
            }
        ],
        "expected_reward_tokens": 9281.25,
        "profit_sb": 281.25,
        "profit_sb_percentage": 3.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "e8c2bd56-bea4-46f5-ab58-b466a6bc6e17",
            "gambit_id": "40241733-8158-49c9-8df5-cfbe975bfcd6",
            "last_updated": "2022-09-07T12:47:00.073110-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (F Valdez)",
            "reward": "1.35000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f59c991-1299-417b-b61e-de08da285ff0/?format=api"
        },
        {
            "id": "9d6c1763-732d-458b-b8d1-f4f769b12bb9",
            "gambit_id": "3acc5854-aec8-4297-83a1-1deeb8e29d9f",
            "last_updated": "2022-09-07T12:47:00.074063-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (G Otto)",
            "reward": "2.97000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f59c991-1299-417b-b61e-de08da285ff0/?format=api"
        }
    ]
}