GET /api/bet_types/be9d0ee0-8b1d-433c-8112-776ef9f430a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be9d0ee0-8b1d-433c-8112-776ef9f430a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5a4531c-bd1b-4195-ac05-041a502c28b1/?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": "CIN",
                "amount": 5899.0
            },
            {
                "team": "CHC",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "09f457e8-62d6-46f7-a6bd-7f4486a90cb5",
            "gambit_id": "c163d2ea-a243-47e4-9f2c-ec5cd1a7d7cc",
            "last_updated": "2022-10-01T09:17:05.031900-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be9d0ee0-8b1d-433c-8112-776ef9f430a5/?format=api"
        },
        {
            "id": "46965a65-c5a9-4162-bc3d-a3cc421031ed",
            "gambit_id": "712b5096-e0f3-4723-a1a3-e7317c160b1c",
            "last_updated": "2022-10-01T09:17:05.030914-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be9d0ee0-8b1d-433c-8112-776ef9f430a5/?format=api"
        }
    ]
}