GET /api/bet_types/8c11566e-d0be-425c-b66d-e568c3fe245b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c11566e-d0be-425c-b66d-e568c3fe245b",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ddb56d0-005f-45c5-b98f-630fc9527749/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:47.960427-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdf3d1a3-6972-4a24-8b96-6ca4d2b20dfd",
            "gambit_id": "810c11a9-e383-4915-a1a6-97316f647a86",
            "last_updated": "2023-04-01T10:22:14.237620-04:00",
            "created_at": "2023-03-31T09:56:47.964298-04:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c11566e-d0be-425c-b66d-e568c3fe245b/?format=api"
        },
        {
            "id": "ff1b5951-5141-4c45-9af2-42ad4a8c01ae",
            "gambit_id": "466a203f-ce76-4ca1-8eda-1e06681659dd",
            "last_updated": "2023-04-01T10:22:14.240485-04:00",
            "created_at": "2023-03-31T09:56:47.962247-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c11566e-d0be-425c-b66d-e568c3fe245b/?format=api"
        }
    ]
}