GET /api/bet_types/261e78a0-28ed-41a8-8652-baad12f37e3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "261e78a0-28ed-41a8-8652-baad12f37e3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e492b41-caed-4cf5-9cbe-32d44932cfe6/?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": "Washington Commanders",
                "amount": 5106.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "acff238b-556c-45df-b473-a32c5fbfd196",
            "gambit_id": "63f355b5-f4ab-46cd-8de9-6c28cbf0dfad",
            "last_updated": "2022-10-11T11:51:57.163916-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/261e78a0-28ed-41a8-8652-baad12f37e3f/?format=api"
        },
        {
            "id": "1cdd9274-e072-487c-87f3-f9bbd44a0cbd",
            "gambit_id": "4401a9c1-0bc0-4b67-b8ab-2b38c9cc89e0",
            "last_updated": "2022-10-11T11:51:57.164829-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee Titans",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/261e78a0-28ed-41a8-8652-baad12f37e3f/?format=api"
        }
    ]
}