GET /api/bet_types/cbe28829-1d46-4e48-a3a6-84575a926f56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbe28829-1d46-4e48-a3a6-84575a926f56",
    "match": "https://api-prod.gambitprofit.com/api/matches/78bf74b9-07a3-47b5-8467-03b0dcf1483f/?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": "COL",
                "amount": 5974.0
            },
            {
                "team": "CHC",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "ecaa1d49-5e99-433a-97da-4c31bf2c5c26",
            "gambit_id": "e48addfc-d645-4859-b4bb-30cc0b06e460",
            "last_updated": "2022-09-19T09:42:09.118961-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbe28829-1d46-4e48-a3a6-84575a926f56/?format=api"
        },
        {
            "id": "84323c16-4419-45c5-ab1b-e9ac3a803324",
            "gambit_id": "f1a71212-c4dd-4a11-b146-275b02568b3c",
            "last_updated": "2022-09-19T09:42:09.117748-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbe28829-1d46-4e48-a3a6-84575a926f56/?format=api"
        }
    ]
}