GET /api/bet_types/8c14f730-2377-4465-8095-3efb27e3af6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c14f730-2377-4465-8095-3efb27e3af6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc85db75-f2ab-4b89-b1c7-15d6f6b00505/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-30T10:43:15.768093-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "25e3ffb0-d92c-4cd2-a163-20d57407bc45",
            "gambit_id": "ac37cf6c-6c58-44e2-90a3-dccb305e6b9f",
            "last_updated": "2024-01-01T13:23:29.141365-05:00",
            "created_at": "2023-12-30T10:43:15.772258-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c14f730-2377-4465-8095-3efb27e3af6c/?format=api"
        },
        {
            "id": "ecf47c4d-6a3f-4510-84f3-176c163fa8b9",
            "gambit_id": "2c62e46f-79e5-4fa1-af54-4badaca4d07c",
            "last_updated": "2024-01-01T13:23:29.144609-05:00",
            "created_at": "2023-12-30T10:43:15.776731-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c14f730-2377-4465-8095-3efb27e3af6c/?format=api"
        }
    ]
}