GET /api/bet_types/e55f69ba-c3b1-477a-87a6-f92255cac15a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e55f69ba-c3b1-477a-87a6-f92255cac15a",
    "match": "https://api-prod.gambitprofit.com/api/matches/77b4a285-09f1-4990-99f9-3a4540aad5cf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-15T09:07:12.820503-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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "381df84b-8fe2-4dbb-b283-144cb4945f11",
            "gambit_id": "5ac1ab5e-5586-4e02-9721-3da47855db5d",
            "last_updated": "2023-03-16T17:37:22.758572-04:00",
            "created_at": "2023-03-15T09:07:12.822673-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e55f69ba-c3b1-477a-87a6-f92255cac15a/?format=api"
        },
        {
            "id": "c4b932f0-f2f1-40d2-bba8-dfb9266c0231",
            "gambit_id": "630f84c1-bfa6-4dfd-8681-f99b88349dd4",
            "last_updated": "2023-03-16T17:37:22.766696-04:00",
            "created_at": "2023-03-15T09:07:12.824615-04:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e55f69ba-c3b1-477a-87a6-f92255cac15a/?format=api"
        }
    ]
}