GET /api/bet_types/82ca312b-da58-4f62-9818-953cd6262a1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82ca312b-da58-4f62-9818-953cd6262a1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/57f3d225-b265-4c62-a22c-5055e275a79b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-28T10:08:13.808842-04: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": "Jacksonville Jaguars",
                "amount": 5213.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "29fe8e84-2d5a-4db4-be55-1fb92d4a45c0",
            "gambit_id": "c7fceff1-741d-40ab-b7b8-6bb2061ab6b9",
            "last_updated": "2023-10-03T10:13:10.268932-04:00",
            "created_at": "2023-09-28T10:08:13.821415-04:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82ca312b-da58-4f62-9818-953cd6262a1e/?format=api"
        },
        {
            "id": "c003a63a-31d6-41f7-9b61-6fa264554df5",
            "gambit_id": "a090e789-ec42-48ae-a023-779a04aa0e8d",
            "last_updated": "2023-10-03T10:13:10.262685-04:00",
            "created_at": "2023-09-28T10:08:13.816292-04:00",
            "name": "Atlanta Falcons",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82ca312b-da58-4f62-9818-953cd6262a1e/?format=api"
        }
    ]
}