GET /api/bet_types/5e8c2609-2584-4956-a3e6-5c23f5c1ae36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e8c2609-2584-4956-a3e6-5c23f5c1ae36",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cad68de-2931-4617-a8b1-79c9eef6656d/?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": "STL",
                "amount": 5571.0
            },
            {
                "team": "CIN",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 9079.45,
        "profit_sb": 79.45,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc4d405c-7839-494a-88e3-291d4e6e2744",
            "gambit_id": "5873f113-99f2-42c3-b890-f5d4f1a6fa29",
            "last_updated": "2022-09-16T11:41:53.967036-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e8c2609-2584-4956-a3e6-5c23f5c1ae36/?format=api"
        },
        {
            "id": "68f8e5ce-fd07-40c4-ad4b-480c454fab12",
            "gambit_id": "40e6f3aa-c4dc-4bfd-9f18-45c895a9a8b1",
            "last_updated": "2022-09-16T11:41:53.968011-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e8c2609-2584-4956-a3e6-5c23f5c1ae36/?format=api"
        }
    ]
}