GET /api/bet_types/afbaea45-373b-4c2d-a661-72ae76011fea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afbaea45-373b-4c2d-a661-72ae76011fea",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4f5b93b-9eed-4a15-b155-85e940f319f5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-27T08:33:21.542534-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": 5107.0
            },
            {
                "team": "WAS",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b3c9ed8-42ee-4a51-918a-7013819656e3",
            "gambit_id": "ee6ec695-32db-4586-aed2-7acb2407b600",
            "last_updated": "2023-07-28T09:38:25.823632-04:00",
            "created_at": "2023-07-27T08:33:21.551865-04:00",
            "name": "NYM",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afbaea45-373b-4c2d-a661-72ae76011fea/?format=api"
        },
        {
            "id": "51c72040-6766-4887-a98e-004a835fe1b1",
            "gambit_id": "9e70e2f9-21ad-477d-a677-3224a35fdfef",
            "last_updated": "2023-07-28T09:38:25.820100-04:00",
            "created_at": "2023-07-27T08:33:21.547423-04:00",
            "name": "WAS",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afbaea45-373b-4c2d-a661-72ae76011fea/?format=api"
        }
    ]
}