GET /api/bet_types/acec0cb7-2192-4099-9b36-9bd69492c9df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "acec0cb7-2192-4099-9b36-9bd69492c9df",
    "match": "https://api-prod.gambitprofit.com/api/matches/b667b66a-a038-4728-9f95-566c4b924e4f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T12:47:10.688089-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": "Baltimore Ravens",
                "amount": 6982.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 3018.0
            }
        ],
        "expected_reward_tokens": 9144.54,
        "profit_sb": 144.54,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "27ffc7ce-4655-4a5d-9f95-2224bb35a822",
            "gambit_id": "ae4fd7ac-7c80-4f32-a6da-3a51c0fce10c",
            "last_updated": "2022-12-25T18:17:07.763179-05:00",
            "created_at": "2022-12-23T12:47:10.689297-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.31000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acec0cb7-2192-4099-9b36-9bd69492c9df/?format=api"
        },
        {
            "id": "8cb0d23f-ca3b-4f43-89dc-10dd302542a9",
            "gambit_id": "d19d11d6-46e6-409b-9ac1-158c18862087",
            "last_updated": "2022-12-25T18:17:07.762013-05:00",
            "created_at": "2022-12-23T12:47:10.690545-05:00",
            "name": "Atlanta Falcons",
            "reward": "3.03000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acec0cb7-2192-4099-9b36-9bd69492c9df/?format=api"
        }
    ]
}