GET /api/bet_types/ceae90e7-e8a0-4e4a-93f1-1af63bab1bfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ceae90e7-e8a0-4e4a-93f1-1af63bab1bfa",
    "match": "https://api-prod.gambitprofit.com/api/matches/586e2005-8a84-4900-9896-b7b6b02aba25/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-12T10:17:04.736121-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": "Philadelphia 76ers",
                "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": "0ac3e91d-d751-4851-b152-7ae6afa61a66",
            "gambit_id": "98f82686-2ea5-4046-be34-fb6a0800b256",
            "last_updated": "2023-03-13T19:02:14.847703-04:00",
            "created_at": "2023-03-12T10:17:04.737452-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ceae90e7-e8a0-4e4a-93f1-1af63bab1bfa/?format=api"
        },
        {
            "id": "27f6c256-0d29-4d7e-a080-9babd2d8198e",
            "gambit_id": "395d8708-64e7-434f-ae13-c93121a46222",
            "last_updated": "2023-03-13T19:02:14.849015-04:00",
            "created_at": "2023-03-12T10:17:04.738989-04:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ceae90e7-e8a0-4e4a-93f1-1af63bab1bfa/?format=api"
        }
    ]
}