GET /api/bet_types/4327f7de-fb54-4065-9f01-aa1047df3ab4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4327f7de-fb54-4065-9f01-aa1047df3ab4",
    "match": "https://api-prod.gambitprofit.com/api/matches/eedd783c-e85f-43ac-95b3-b2fb5e2b5322/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-20T09:57:02.900356-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": "New York Knicks",
                "amount": 7525.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 2475.0
            }
        ],
        "expected_reward_tokens": 9479.25,
        "profit_sb": -20.75,
        "profit_sb_percentage": -0.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "16c67ca6-8d92-444d-886b-62d9c4c428d3",
            "gambit_id": "7d7eab1b-bc14-40c3-b546-128f4c2e7144",
            "last_updated": "2023-03-21T10:16:53.078123-04:00",
            "created_at": "2023-03-20T09:57:02.902328-04:00",
            "name": "New York Knicks",
            "reward": "1.26000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4327f7de-fb54-4065-9f01-aa1047df3ab4/?format=api"
        },
        {
            "id": "6f5c6f14-f10d-490a-9209-5c266a3fa82d",
            "gambit_id": "bb38d081-69c9-4703-ad78-bb9436bb9913",
            "last_updated": "2023-03-21T10:16:53.080200-04:00",
            "created_at": "2023-03-20T09:57:02.904261-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "3.83000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4327f7de-fb54-4065-9f01-aa1047df3ab4/?format=api"
        }
    ]
}