GET /api/bet_types/2ee1590e-58c7-45b0-8ebe-fc4ecf51a2ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ee1590e-58c7-45b0-8ebe-fc4ecf51a2ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/f098fae9-2865-498f-ba7d-d9c0b6cb50f7/?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": "DET",
                "amount": 5000.0
            },
            {
                "team": "CLE",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "2c7faf53-4e1f-47d7-a1de-a062da7e58be",
            "gambit_id": "776d6f7e-da46-4a01-aa14-ec39d78ed7bb",
            "last_updated": "2022-08-10T10:16:57.343141-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ee1590e-58c7-45b0-8ebe-fc4ecf51a2ca/?format=api"
        },
        {
            "id": "b31de756-5f8c-43d6-b505-e4f32b35981c",
            "gambit_id": "b2e699d7-6244-4824-82fe-b7682f237e0b",
            "last_updated": "2022-08-10T10:16:57.343583-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ee1590e-58c7-45b0-8ebe-fc4ecf51a2ca/?format=api"
        }
    ]
}