GET /api/bet_types/4c6df5b7-2a63-42e1-b648-cf7562e326e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c6df5b7-2a63-42e1-b648-cf7562e326e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe788e1d-282f-44fd-a794-f62a4d73ea40/?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": "New York Jets",
                "amount": 6357.0
            },
            {
                "team": "New York Giants",
                "amount": 3643.0
            }
        ],
        "expected_reward_tokens": 9216.79,
        "profit_sb": 216.79,
        "profit_sb_percentage": 2.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "aae5bdff-1cc3-473a-a04d-9a325ef92b22",
            "gambit_id": "c4df1437-d8e5-49f7-9d25-008e71fbeadd",
            "last_updated": "2022-08-29T14:17:10.763261-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c6df5b7-2a63-42e1-b648-cf7562e326e5/?format=api"
        },
        {
            "id": "38a08801-849c-4063-9c13-f76f198a10e7",
            "gambit_id": "937ac0df-13fa-4c51-9a38-302907c91365",
            "last_updated": "2022-08-29T14:17:10.763715-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "2.53000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c6df5b7-2a63-42e1-b648-cf7562e326e5/?format=api"
        }
    ]
}