GET /api/bet_types/869533a3-dd8b-4bc0-8592-e41e04ecd666/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "869533a3-dd8b-4bc0-8592-e41e04ecd666",
    "match": "https://api-prod.gambitprofit.com/api/matches/33ae792c-e46f-4c04-a1e3-974e51a0c428/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-06T09:23:25.585775-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "78771e37-cb39-4610-8e64-0e5b5b09608e",
            "gambit_id": "f57c5a82-18e3-478c-b076-abcd1061ff99",
            "last_updated": "2024-01-09T10:23:17.187807-05:00",
            "created_at": "2024-01-06T09:23:25.593633-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/869533a3-dd8b-4bc0-8592-e41e04ecd666/?format=api"
        },
        {
            "id": "7c0a15b7-523f-46e5-9e28-8e67ef9c634e",
            "gambit_id": "164ef4b4-0f38-441e-9786-a82f4082e646",
            "last_updated": "2024-01-09T10:23:17.192058-05:00",
            "created_at": "2024-01-06T09:23:25.597696-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/869533a3-dd8b-4bc0-8592-e41e04ecd666/?format=api"
        }
    ]
}