GET /api/bet_types/2d7bfc49-f33b-4be6-916c-bce118b74f9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d7bfc49-f33b-4be6-916c-bce118b74f9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/496e2c59-20db-4861-93ef-253f51889b34/?format=api",
    "name": "Play the Odds",
    "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": "PIT",
                "amount": 5752.0
            },
            {
                "team": "BAL",
                "amount": 4248.0
            }
        ],
        "expected_reward_tokens": 9260.64,
        "profit_sb": 260.64,
        "profit_sb_percentage": 2.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "a8475a4c-b8d1-4889-a284-8efdba2310e1",
            "gambit_id": "9612ee84-7e32-4a10-b858-88b6c1cc527c",
            "last_updated": "2022-08-07T11:02:18.094542-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d7bfc49-f33b-4be6-916c-bce118b74f9f/?format=api"
        },
        {
            "id": "c2f5b55b-5d8b-41ba-8770-dc32f23ebd73",
            "gambit_id": "77c646da-d258-4f12-a358-a19340b2aa98",
            "last_updated": "2022-08-07T11:02:18.094065-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d7bfc49-f33b-4be6-916c-bce118b74f9f/?format=api"
        }
    ]
}