GET /api/bet_types/aa8d99a3-7193-442f-9d09-0e106a6db95d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa8d99a3-7193-442f-9d09-0e106a6db95d",
    "match": "https://api-prod.gambitprofit.com/api/matches/58254f39-a33c-45a4-b6b7-699290ca3838/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-28T09:32:08.624318-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3bc0c52e-5011-436e-93d9-fb3f0de932ae",
            "gambit_id": "86b108fb-5b2e-41ff-b760-963f6d2a0166",
            "last_updated": "2022-12-30T18:42:00.053288-05:00",
            "created_at": "2022-12-28T09:32:08.626815-05:00",
            "name": "Denver Nuggets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa8d99a3-7193-442f-9d09-0e106a6db95d/?format=api"
        },
        {
            "id": "0588a95c-98a4-4100-9c3f-3e98b8f38cf3",
            "gambit_id": "b5270c4c-f0df-448e-85fa-6498e36e9b26",
            "last_updated": "2022-12-30T18:42:00.052143-05:00",
            "created_at": "2022-12-28T09:32:08.625537-05:00",
            "name": "Sacramento Kings",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa8d99a3-7193-442f-9d09-0e106a6db95d/?format=api"
        }
    ]
}