GET /api/bet_types/ab61dfcf-1940-4204-9532-d32aad38d9c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab61dfcf-1940-4204-9532-d32aad38d9c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/331fbcc1-14ac-4971-a10d-2ee8395e29d9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T12:57:59.577435-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": "New York Jets",
                "amount": 5107.0
            },
            {
                "team": "New York Giants",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d2b15df-b6bc-4a21-9a51-77c0f9deb5fb",
            "gambit_id": "c0632ecb-f5c7-42a6-80ed-42671dd27267",
            "last_updated": "2023-08-29T09:23:24.529238-04:00",
            "created_at": "2023-08-24T12:57:59.582212-04:00",
            "name": "New York Jets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab61dfcf-1940-4204-9532-d32aad38d9c2/?format=api"
        },
        {
            "id": "2117a19b-964e-41d2-983b-3b932c2d1368",
            "gambit_id": "8e5c874e-d1c5-47f6-afd1-2ee45cd9da52",
            "last_updated": "2023-08-29T09:23:24.533144-04:00",
            "created_at": "2023-08-24T12:57:59.587062-04:00",
            "name": "New York Giants",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab61dfcf-1940-4204-9532-d32aad38d9c2/?format=api"
        }
    ]
}