GET /api/bet_types/7b3ba27e-3cce-47f1-bda1-d4dc32b1c6a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b3ba27e-3cce-47f1-bda1-d4dc32b1c6a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f9e33a9-ea17-4cef-959c-ef83eeed8e26/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T09:37:10.620754-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b1b60a9-f1db-4838-896a-125aeb9a9ddd",
            "gambit_id": "cea29979-7f98-48a2-b274-fd3d9720b1ff",
            "last_updated": "2023-03-15T10:12:11.961691-04:00",
            "created_at": "2023-03-14T09:37:10.622167-04:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b3ba27e-3cce-47f1-bda1-d4dc32b1c6a7/?format=api"
        },
        {
            "id": "4a33b5ba-6c3b-4440-885a-04098e727fe2",
            "gambit_id": "001f561b-7fcb-49b9-9e90-a1b23ea24f5d",
            "last_updated": "2023-03-15T10:12:11.963795-04:00",
            "created_at": "2023-03-14T09:37:10.623660-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b3ba27e-3cce-47f1-bda1-d4dc32b1c6a7/?format=api"
        }
    ]
}