GET /api/bet_types/5c03b244-f453-4ba0-85db-9759debb6753/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c03b244-f453-4ba0-85db-9759debb6753",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3a0f398-45d5-4c2d-a982-b2c86d6403c2/?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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "e85dcea7-3615-422d-8c39-ceeffe25cbef",
            "gambit_id": "11d5f834-d658-4e4f-a41d-83050c93b546",
            "last_updated": "2022-12-22T10:37:30.063584-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c03b244-f453-4ba0-85db-9759debb6753/?format=api"
        },
        {
            "id": "884d4786-8ccf-473b-b5eb-ad6118543430",
            "gambit_id": "b1fc5411-8948-4e26-b5c5-be3d5ec6929e",
            "last_updated": "2022-12-22T10:37:30.064651-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c03b244-f453-4ba0-85db-9759debb6753/?format=api"
        }
    ]
}