GET /api/bet_types/8ccc5b79-6926-4ebd-ad30-62f42e58f0e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ccc5b79-6926-4ebd-ad30-62f42e58f0e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f80390d-5bd6-496a-b08b-84596de7cee6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-23T09:11:57.068668-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": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "eaeadf48-7375-4867-bcc8-fdf90c22f395",
            "gambit_id": "fd809377-58ea-4067-88f0-08d72004ab32",
            "last_updated": "2023-01-24T09:41:52.944942-05:00",
            "created_at": "2023-01-23T09:11:57.069858-05:00",
            "name": "Chicago Bulls",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ccc5b79-6926-4ebd-ad30-62f42e58f0e7/?format=api"
        },
        {
            "id": "e3098a2f-2d40-4286-9373-4ed73b75f915",
            "gambit_id": "3c673dfc-565e-4bfc-aa41-fc0c7d5d747b",
            "last_updated": "2023-01-24T09:41:52.946138-05:00",
            "created_at": "2023-01-23T09:11:57.071113-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ccc5b79-6926-4ebd-ad30-62f42e58f0e7/?format=api"
        }
    ]
}