GET /api/bet_types/e14add56-4c56-4723-8336-e42dc1069bbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e14add56-4c56-4723-8336-e42dc1069bbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/64a591d8-3051-48a3-843b-2e783910b015/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-24T09:13:12.825845-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fde5d601-08c8-42fb-9c0f-2dfb60461c43",
            "gambit_id": "ad21af21-48e0-4996-9d32-89d7e1c78082",
            "last_updated": "2024-01-26T13:28:11.547792-05:00",
            "created_at": "2024-01-24T09:13:12.835895-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14add56-4c56-4723-8336-e42dc1069bbd/?format=api"
        },
        {
            "id": "d652b8d9-7af2-4ce8-87db-96238ed90039",
            "gambit_id": "ae28f19d-4b15-405a-a6c7-c587e0fedfcd",
            "last_updated": "2024-01-26T13:28:11.543593-05:00",
            "created_at": "2024-01-24T09:13:12.829533-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14add56-4c56-4723-8336-e42dc1069bbd/?format=api"
        }
    ]
}