GET /api/bet_types/e64a8aa9-6860-4e01-9743-ab1b11def691/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e64a8aa9-6860-4e01-9743-ab1b11def691",
    "match": "https://api-prod.gambitprofit.com/api/matches/177eaba4-fcb5-40fa-a8b3-5d1dd4f48b22/?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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "1244bb19-b580-4125-b02a-a68bfc9b6995",
            "gambit_id": "73781c82-897d-4687-8480-70bf798eaa0f",
            "last_updated": "2022-10-26T09:42:13.269648-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e64a8aa9-6860-4e01-9743-ab1b11def691/?format=api"
        },
        {
            "id": "e8988320-825f-4f41-a18f-01c63914edae",
            "gambit_id": "2321d416-7a01-4fed-843f-9452b41d750f",
            "last_updated": "2022-10-26T09:42:13.272027-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e64a8aa9-6860-4e01-9743-ab1b11def691/?format=api"
        }
    ]
}