GET /api/bet_types/2863a40d-e2e0-423b-a559-f799e6a82802/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2863a40d-e2e0-423b-a559-f799e6a82802",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5aa3524-5bdf-445c-9754-9e0402bf9f46/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-15T08:58:23.277459-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": "PIT",
                "amount": 5857.0
            },
            {
                "team": "NYM",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "066a5652-d66c-4874-8577-49a607712c9d",
            "gambit_id": "5480e363-737e-4176-a8ba-a53dbba7bb34",
            "last_updated": "2023-08-17T10:38:00.270323-04:00",
            "created_at": "2023-08-15T08:58:23.282301-04:00",
            "name": "PIT",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2863a40d-e2e0-423b-a559-f799e6a82802/?format=api"
        },
        {
            "id": "7892ef08-dcee-4b3d-be2c-d8b2992b3882",
            "gambit_id": "41a33e0c-43c6-496e-88e7-e84d755f10d1",
            "last_updated": "2023-08-17T10:38:00.273719-04:00",
            "created_at": "2023-08-15T08:58:23.286649-04:00",
            "name": "NYM",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2863a40d-e2e0-423b-a559-f799e6a82802/?format=api"
        }
    ]
}