GET /api/bet_types/3c2fad72-b952-4697-9908-98ace4952396/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c2fad72-b952-4697-9908-98ace4952396",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bae322d-e4c2-4f22-b133-f2fd485840d5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-09T08:13:11.361502-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": "NYM",
                "amount": 5939.0
            },
            {
                "team": "CHC",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "c2ea0314-8121-49ca-998a-aa2eba8e98a2",
            "gambit_id": "2a7c44f5-34d2-4305-b971-06b6d6a6130a",
            "last_updated": "2023-08-10T12:28:24.861914-04:00",
            "created_at": "2023-08-09T08:13:11.379312-04:00",
            "name": "NYM",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c2fad72-b952-4697-9908-98ace4952396/?format=api"
        },
        {
            "id": "3ac0c3f2-db7f-4bee-8e1c-36cc5dcb87c7",
            "gambit_id": "309d2393-1051-4757-be62-ad49dbda59e4",
            "last_updated": "2023-08-10T12:28:24.858524-04:00",
            "created_at": "2023-08-09T08:13:11.370869-04:00",
            "name": "CHC",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c2fad72-b952-4697-9908-98ace4952396/?format=api"
        }
    ]
}