GET /api/bet_types/f15137d8-ef72-4a53-903f-f6605dffef86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f15137d8-ef72-4a53-903f-f6605dffef86",
    "match": "https://api-prod.gambitprofit.com/api/matches/c34145d7-f846-44e0-a78c-6031b74f8704/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-21T12:52:13.450592-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": "SFO (A Desclafani)",
                "amount": 5065.0
            },
            {
                "team": "NYM (J Lucchesi)",
                "amount": 4935.0
            }
        ],
        "expected_reward_tokens": 9572.85,
        "profit_sb": 72.85,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "4f3fb642-eaa5-4934-9075-19fd80320813",
            "gambit_id": "47f20231-87b5-4745-85dc-6df6dba81818",
            "last_updated": "2023-04-22T13:07:17.115020-04:00",
            "created_at": "2023-04-21T12:52:13.453156-04:00",
            "name": "SFO (A Desclafani)",
            "reward": "1.89000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f15137d8-ef72-4a53-903f-f6605dffef86/?format=api"
        },
        {
            "id": "edbce985-9289-4b52-ad81-f90bbb46e104",
            "gambit_id": "f0ff6f8d-2838-4dc6-b884-5b1bffcbbc09",
            "last_updated": "2023-04-22T13:07:17.116999-04:00",
            "created_at": "2023-04-21T12:52:13.455851-04:00",
            "name": "NYM (J Lucchesi)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f15137d8-ef72-4a53-903f-f6605dffef86/?format=api"
        }
    ]
}