GET /api/bet_types/50d87eb1-47ad-4955-9b3b-61de13e1ecea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50d87eb1-47ad-4955-9b3b-61de13e1ecea",
    "match": "https://api-prod.gambitprofit.com/api/matches/13c4c734-57b6-4523-a017-06495108a9b4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-20T09:31:48.847525-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b6fb9d0-b8c1-4e78-a904-898bfe1aa042",
            "gambit_id": "03f26353-d7da-4178-956b-6d07bf8ace51",
            "last_updated": "2023-03-21T10:21:55.608284-04:00",
            "created_at": "2023-03-20T09:31:48.852517-04:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50d87eb1-47ad-4955-9b3b-61de13e1ecea/?format=api"
        },
        {
            "id": "6672c613-715d-45be-8f1b-9e3edfabfaa2",
            "gambit_id": "ee11514d-8348-4bca-8f7d-eba5c1fae666",
            "last_updated": "2023-03-21T10:21:55.606676-04:00",
            "created_at": "2023-03-20T09:31:48.850192-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50d87eb1-47ad-4955-9b3b-61de13e1ecea/?format=api"
        }
    ]
}