GET /api/bet_types/df92461a-8e8c-4035-9657-c4f5a7fc4461/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df92461a-8e8c-4035-9657-c4f5a7fc4461",
    "match": "https://api-prod.gambitprofit.com/api/matches/347e3de2-8d9e-482c-b375-95496cb12c71/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-26T09:33:17.758332-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": "Milwaukee Bucks",
                "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": "2044e498-a5c6-4a24-9113-fdcbecacfb3f",
            "gambit_id": "7cb76c3b-7061-44c5-acb1-50909e03d8a2",
            "last_updated": "2024-01-27T10:53:04.039560-05:00",
            "created_at": "2024-01-26T09:33:17.768883-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df92461a-8e8c-4035-9657-c4f5a7fc4461/?format=api"
        },
        {
            "id": "d4856631-fc9e-4af2-a887-ce8cdb9d2bfe",
            "gambit_id": "13c1451a-b0e8-4fc0-b29f-56006aa6236e",
            "last_updated": "2024-01-27T10:53:04.036033-05:00",
            "created_at": "2024-01-26T09:33:17.763906-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df92461a-8e8c-4035-9657-c4f5a7fc4461/?format=api"
        }
    ]
}