GET /api/bet_types/5acfac0d-2b91-4914-bf17-5fced425312d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5acfac0d-2b91-4914-bf17-5fced425312d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b463c78-933c-4ae8-9ec8-502e4ce9fe10/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:11.659757-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "dadd895b-9d54-4906-9660-c697e9c9b071",
            "gambit_id": "ad7c77c4-299d-4cab-a27b-95c394060fce",
            "last_updated": "2023-10-31T20:18:10.771092-04:00",
            "created_at": "2023-10-30T08:58:11.664120-04:00",
            "name": "Boston Celtics",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5acfac0d-2b91-4914-bf17-5fced425312d/?format=api"
        },
        {
            "id": "e119e5eb-61b6-44ad-95a6-81c18b7dbc24",
            "gambit_id": "f16763ee-52f8-4b56-8dc3-9f1cb8687f30",
            "last_updated": "2023-10-31T20:18:10.774735-04:00",
            "created_at": "2023-10-30T08:58:11.669000-04:00",
            "name": "Washington Wizards",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5acfac0d-2b91-4914-bf17-5fced425312d/?format=api"
        }
    ]
}