GET /api/bet_types/430ce3bf-7416-4ee1-8eb0-47aa71d77941/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "430ce3bf-7416-4ee1-8eb0-47aa71d77941",
    "match": "https://api-prod.gambitprofit.com/api/matches/8adc538a-fccd-4ab9-bedc-fae4fba72619/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-28T10:06:59.767129-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": "Boston Celtics",
                "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": "821337cb-6aee-4fa7-9791-9ccb9e44f185",
            "gambit_id": "afc8b8a7-be2c-43f4-80e0-030ece7a7573",
            "last_updated": "2023-03-29T10:27:00.852952-04:00",
            "created_at": "2023-03-28T10:06:59.771156-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/430ce3bf-7416-4ee1-8eb0-47aa71d77941/?format=api"
        },
        {
            "id": "13667830-ef77-4200-89b9-3d677e24fe57",
            "gambit_id": "27bc2063-bba9-4ca0-b971-b3299500ebdf",
            "last_updated": "2023-03-29T10:27:00.850704-04:00",
            "created_at": "2023-03-28T10:06:59.768902-04:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/430ce3bf-7416-4ee1-8eb0-47aa71d77941/?format=api"
        }
    ]
}