GET /api/bet_types/5e3021c3-8382-486c-b98c-d8a834acfd93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e3021c3-8382-486c-b98c-d8a834acfd93",
    "match": "https://api-prod.gambitprofit.com/api/matches/27ee14ba-5775-4092-81b7-456694551fef/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:14.218543-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a55ec8f6-2549-406f-bcbc-42f9fa0c07b5",
            "gambit_id": "0ff6e2ca-d473-4e0b-b2d1-d0a9dc87841e",
            "last_updated": "2023-12-04T15:13:29.831352-05:00",
            "created_at": "2023-12-02T08:28:14.223713-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e3021c3-8382-486c-b98c-d8a834acfd93/?format=api"
        },
        {
            "id": "eb417cca-47e0-453e-b6dd-d77ff77b386a",
            "gambit_id": "4714e4e7-91ff-4818-b459-f03a6ae3f5b0",
            "last_updated": "2023-12-04T15:13:29.834603-05:00",
            "created_at": "2023-12-02T08:28:14.227537-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e3021c3-8382-486c-b98c-d8a834acfd93/?format=api"
        }
    ]
}