GET /api/bet_types/0c4eecc1-b8c9-4571-ab39-8e0f05b2065d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c4eecc1-b8c9-4571-ab39-8e0f05b2065d",
    "match": "https://api-prod.gambitprofit.com/api/matches/bacde0fa-572b-4a33-be11-b085ced424b4/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Liberty",
                "amount": 5000.0
            },
            {
                "team": "Connecticut",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "63206af8-e990-4261-be71-4e7e26d3cf71",
            "gambit_id": "7d19be33-7d86-4e90-83e9-900c4477b18c",
            "last_updated": "2022-11-14T10:18:30.673549-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c4eecc1-b8c9-4571-ab39-8e0f05b2065d/?format=api"
        },
        {
            "id": "33eb1d32-45ed-475a-bfb1-16a358a8378d",
            "gambit_id": "4fcd4670-5008-470f-8a7e-c90fd4010083",
            "last_updated": "2022-11-14T10:18:30.672324-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Connecticut",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c4eecc1-b8c9-4571-ab39-8e0f05b2065d/?format=api"
        }
    ]
}