GET /api/bet_types/32d6dd9a-b9a0-4fac-b9b8-8d9acd2933bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32d6dd9a-b9a0-4fac-b9b8-8d9acd2933bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/80a6e117-eb23-4240-ab8d-2d1814b5f878/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "MIA",
                "amount": 5212.0
            },
            {
                "team": "ATL",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "11072be3-5b44-491b-a08e-2f8514db88b0",
            "gambit_id": "66fcfe90-6824-4701-8162-3a788bda0d00",
            "last_updated": "2022-10-05T06:56:51.504202-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32d6dd9a-b9a0-4fac-b9b8-8d9acd2933bb/?format=api"
        },
        {
            "id": "bee73559-88b7-41c2-9d43-f5dc3a1a4d6d",
            "gambit_id": "537cd5c1-be39-40d8-8bab-ecd3cbe9e9c3",
            "last_updated": "2022-10-05T06:56:51.505139-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32d6dd9a-b9a0-4fac-b9b8-8d9acd2933bb/?format=api"
        }
    ]
}