GET /api/bet_types/0f0c4c2b-9ff5-4af9-b6be-50117bbafd9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f0c4c2b-9ff5-4af9-b6be-50117bbafd9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/fdb37041-1c49-49f5-947e-a26d0e728f62/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-28T10:06:58.863073-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": "Detroit Red Wings",
                "amount": 5867.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "5efce9cb-547b-4e2b-be5c-9b8844ffebc8",
            "gambit_id": "c0fa9544-32c6-478f-a3ec-6523b8bb39f8",
            "last_updated": "2023-03-29T13:31:54.069272-04:00",
            "created_at": "2023-03-28T10:06:58.864915-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f0c4c2b-9ff5-4af9-b6be-50117bbafd9b/?format=api"
        },
        {
            "id": "a1627f98-39a0-4f02-89bc-9189eaf7b82a",
            "gambit_id": "b1f5f8c8-ed29-4817-91d2-5cc1563d91bb",
            "last_updated": "2023-03-29T13:31:54.070868-04:00",
            "created_at": "2023-03-28T10:06:58.867381-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f0c4c2b-9ff5-4af9-b6be-50117bbafd9b/?format=api"
        }
    ]
}