GET /api/bet_types/ee1e993e-478b-444b-b068-0157cd55d75c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee1e993e-478b-444b-b068-0157cd55d75c",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb41ca50-f489-463f-8dc9-d29eb2024ec4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:10.581957-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": "CLE",
                "amount": 5784.0
            },
            {
                "team": "SEA",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "caedd7c1-76eb-4a55-9ff3-b493e846705d",
            "gambit_id": "24f55a82-32c8-42af-a9ba-45a25c47e911",
            "last_updated": "2023-04-10T14:31:59.972429-04:00",
            "created_at": "2023-04-09T09:27:10.583867-04:00",
            "name": "CLE",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee1e993e-478b-444b-b068-0157cd55d75c/?format=api"
        },
        {
            "id": "77c2cace-fb14-4504-8e4c-fa88b72b02d0",
            "gambit_id": "1b8e5d0a-2dcc-45f8-b8ff-4d41b99ec86c",
            "last_updated": "2023-04-10T14:31:59.974478-04:00",
            "created_at": "2023-04-09T09:27:10.585793-04:00",
            "name": "SEA",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee1e993e-478b-444b-b068-0157cd55d75c/?format=api"
        }
    ]
}