GET /api/bet_types/424f80e0-a7d7-4fc7-a734-154516c09730/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "424f80e0-a7d7-4fc7-a734-154516c09730",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe594f9e-048e-4638-ae7b-0605d942f77f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-29T09:12:56.167362-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6fa86e5-9306-410f-914c-ef203adfcaac",
            "gambit_id": "4ad4e2f5-621c-4545-a537-ee141b584991",
            "last_updated": "2023-10-30T21:53:24.838950-04:00",
            "created_at": "2023-10-29T09:12:56.172221-04:00",
            "name": "Denver Nuggets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/424f80e0-a7d7-4fc7-a734-154516c09730/?format=api"
        },
        {
            "id": "6bf9b0d9-7242-4be0-b32d-d121b394527a",
            "gambit_id": "1134f2ee-2707-4d66-8d66-d97144be3d09",
            "last_updated": "2023-10-30T21:53:24.843697-04:00",
            "created_at": "2023-10-29T09:12:56.176385-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/424f80e0-a7d7-4fc7-a734-154516c09730/?format=api"
        }
    ]
}