GET /api/bet_types/87ac4e19-86df-4192-b627-6bb73f3442c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87ac4e19-86df-4192-b627-6bb73f3442c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/39217550-7bdd-4d6d-b952-eeeabf00a6aa/?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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "90a3a97a-3079-4482-a13d-911aeef2dfa2",
            "gambit_id": "f8a05a91-b8c9-4ca6-840b-158cdd29fa0a",
            "last_updated": "2022-12-22T10:32:28.332410-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87ac4e19-86df-4192-b627-6bb73f3442c6/?format=api"
        },
        {
            "id": "753a942b-48d9-41f9-b7ad-6e8257472432",
            "gambit_id": "6bc7a0c6-0835-4fa1-933b-1501ca3dcdf4",
            "last_updated": "2022-12-22T10:32:28.331312-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87ac4e19-86df-4192-b627-6bb73f3442c6/?format=api"
        }
    ]
}