GET /api/bet_types/1d70101a-b1c5-489a-9ebd-266c314e555a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d70101a-b1c5-489a-9ebd-266c314e555a",
    "match": "https://api-prod.gambitprofit.com/api/matches/3108547c-ed52-4d35-8e5d-bc2e3b012c65/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-26T10:56:56.607936-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2db157d-d401-4df2-936b-2da71f035410",
            "gambit_id": "1a024734-40c5-4e42-8d89-0f052251bfa3",
            "last_updated": "2023-01-27T10:02:17.193253-05:00",
            "created_at": "2023-01-26T10:56:56.610632-05:00",
            "name": "Chicago Bulls",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d70101a-b1c5-489a-9ebd-266c314e555a/?format=api"
        },
        {
            "id": "4f89a0f6-0a86-40e2-8c10-f38b8935b112",
            "gambit_id": "29f17299-fa05-4bc6-9ce6-cec15020ac7e",
            "last_updated": "2023-01-27T10:02:17.192137-05:00",
            "created_at": "2023-01-26T10:56:56.609248-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d70101a-b1c5-489a-9ebd-266c314e555a/?format=api"
        }
    ]
}