GET /api/bet_types/d9bdae7a-1f9b-4a52-8e55-2578dfbfefe4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9bdae7a-1f9b-4a52-8e55-2578dfbfefe4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c532bee5-3884-4a28-9769-48d2712adcd6/?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": "BOS",
                "amount": 5000.0
            },
            {
                "team": "ATL",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "e5501e03-293e-4304-a8a5-cee3cc7a8e05",
            "gambit_id": "6a909fa3-07c0-4eb6-957b-f9e3d392212d",
            "last_updated": "2022-08-10T10:16:57.637985-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9bdae7a-1f9b-4a52-8e55-2578dfbfefe4/?format=api"
        },
        {
            "id": "e67970f3-bf76-4c41-ba19-4e8efcf1a387",
            "gambit_id": "a997eb09-e3bb-457a-9c42-01a7bcf934bd",
            "last_updated": "2022-08-10T10:16:57.638413-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9bdae7a-1f9b-4a52-8e55-2578dfbfefe4/?format=api"
        }
    ]
}