GET /api/bet_types/c00dc12c-cdc2-47a0-9b2f-c141afc4e12e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c00dc12c-cdc2-47a0-9b2f-c141afc4e12e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d18fe361-a941-4dd1-ae29-512db7e31f90/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-15T09:18:13.792679-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": "Seattle Kraken",
                "amount": 5872.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4128.0
            }
        ],
        "expected_reward_tokens": 9453.12,
        "profit_sb": -46.88,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "6a182e06-52da-4b3b-aa21-28a1354aa42d",
            "gambit_id": "a3b8507d-1dbd-45a9-9891-0030724b7bf6",
            "last_updated": "2023-11-17T09:33:25.407989-05:00",
            "created_at": "2023-11-15T09:18:13.797202-05:00",
            "name": "Seattle Kraken",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c00dc12c-cdc2-47a0-9b2f-c141afc4e12e/?format=api"
        },
        {
            "id": "40cb08ca-0a09-4e9c-a613-86e5984320e6",
            "gambit_id": "f7c72ac2-a908-4fdf-b9a9-0b990a4d88d4",
            "last_updated": "2023-11-17T09:33:25.411519-05:00",
            "created_at": "2023-11-15T09:18:13.802042-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c00dc12c-cdc2-47a0-9b2f-c141afc4e12e/?format=api"
        }
    ]
}