GET /api/bet_types/287780c6-1aed-4018-ad54-2b58110c748a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "287780c6-1aed-4018-ad54-2b58110c748a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fab88a5-cdc0-45a6-998e-e1405d4e7201/?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": 5844.0
            },
            {
                "team": "CLE (S Bieber)",
                "amount": 4156.0
            }
        ],
        "expected_reward_tokens": 9641.92,
        "profit_sb": 141.92,
        "profit_sb_percentage": 1.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "3f1e4656-d31f-4bbd-9747-b25ec92ac347",
            "gambit_id": "2a81cd51-fc0b-4f2a-a966-cd340cc9578b",
            "last_updated": "2022-10-15T09:07:26.529727-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (N Cortes)",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/287780c6-1aed-4018-ad54-2b58110c748a/?format=api"
        },
        {
            "id": "ece7c3ea-84aa-42db-9cae-f27a0afb87f3",
            "gambit_id": "d0b7690e-cfe5-4c6d-adb3-467c224c01c8",
            "last_updated": "2022-10-15T09:07:26.530741-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (S Bieber)",
            "reward": "2.32000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/287780c6-1aed-4018-ad54-2b58110c748a/?format=api"
        }
    ]
}