GET /api/bet_types/d4322c61-8bf1-49a7-bdd0-d959e5cbcc57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4322c61-8bf1-49a7-bdd0-d959e5cbcc57",
    "match": "https://api-prod.gambitprofit.com/api/matches/b57ac453-41ea-48ec-b662-d10ba375f9ef/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-05T09:57:12.773655-05: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": "Indianapolis Colts",
                "amount": 5098.0
            },
            {
                "team": "Houston Texans",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "119ec4b1-3334-418c-8012-85462857314a",
            "gambit_id": "0d110682-3cba-4174-876e-585b8cbd1e8f",
            "last_updated": "2023-01-09T10:06:48.308399-05:00",
            "created_at": "2023-01-05T09:57:12.776355-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4322c61-8bf1-49a7-bdd0-d959e5cbcc57/?format=api"
        },
        {
            "id": "def6f839-4b6b-46e8-b459-273b52e169df",
            "gambit_id": "cb7ecc75-6038-4eda-8960-d9c2d6a7bad6",
            "last_updated": "2023-01-09T10:06:48.307298-05:00",
            "created_at": "2023-01-05T09:57:12.775121-05:00",
            "name": "Houston Texans",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4322c61-8bf1-49a7-bdd0-d959e5cbcc57/?format=api"
        }
    ]
}