GET /api/bet_types/ae049a29-b8ae-41ba-9e18-e73e6c43f0ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae049a29-b8ae-41ba-9e18-e73e6c43f0ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/527947b0-fe03-45f7-b6a2-e966dbcbb915/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e248632-6d05-4787-aa93-9db80ca6de8a",
            "gambit_id": "472af0b0-8f28-4752-916f-c391536069c7",
            "last_updated": "2022-12-12T09:37:27.197343-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae049a29-b8ae-41ba-9e18-e73e6c43f0ff/?format=api"
        },
        {
            "id": "647b444a-d858-45c0-bbe3-bc2a7e8f1f67",
            "gambit_id": "59d59b36-e190-4120-85cc-16060b048b04",
            "last_updated": "2022-12-12T09:37:27.196274-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae049a29-b8ae-41ba-9e18-e73e6c43f0ff/?format=api"
        }
    ]
}