GET /api/bet_types/b9602c24-80cb-4641-8bc0-4f500357ce94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9602c24-80cb-4641-8bc0-4f500357ce94",
    "match": "https://api-prod.gambitprofit.com/api/matches/16f017b9-3f27-47a0-9514-bc5910af4248/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-26T09:23:26.973254-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": "CIN",
                "amount": 6232.0
            },
            {
                "team": "ARI",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "42ddd588-a457-4b70-9e87-dbdc23bb4b1a",
            "gambit_id": "61aa6253-87f1-4e91-901c-ee6c7640e4c1",
            "last_updated": "2023-08-28T15:28:22.167780-04:00",
            "created_at": "2023-08-26T09:23:26.976986-04:00",
            "name": "CIN",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9602c24-80cb-4641-8bc0-4f500357ce94/?format=api"
        },
        {
            "id": "25a4e7c8-3e64-419c-9ba1-bcdd078e7d7b",
            "gambit_id": "4eceda5b-2499-4a17-897f-d24df79b69b4",
            "last_updated": "2023-08-28T15:28:22.170994-04:00",
            "created_at": "2023-08-26T09:23:26.980767-04:00",
            "name": "ARI",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9602c24-80cb-4641-8bc0-4f500357ce94/?format=api"
        }
    ]
}