GET /api/bet_types/e31d9bf3-a1db-4a27-b3f1-898dbad5b798/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e31d9bf3-a1db-4a27-b3f1-898dbad5b798",
    "match": "https://api-prod.gambitprofit.com/api/matches/2267b669-11fb-4ba9-93f3-43bb7f306104/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-23T09:38:26.078739-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": "CWS",
                "amount": 5939.0
            },
            {
                "team": "BOS",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "710a835e-62ca-4a10-9eb9-d296a3a48d52",
            "gambit_id": "dbc085ff-247e-4c68-a625-93a84f451e0f",
            "last_updated": "2023-09-25T14:28:22.008919-04:00",
            "created_at": "2023-09-23T09:38:26.083004-04:00",
            "name": "CWS",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e31d9bf3-a1db-4a27-b3f1-898dbad5b798/?format=api"
        },
        {
            "id": "43596e36-ea15-46ca-b160-62168c5acafc",
            "gambit_id": "6d60930b-3a61-46ad-93c3-a4d368593e5b",
            "last_updated": "2023-09-25T14:28:22.012967-04:00",
            "created_at": "2023-09-23T09:38:26.086806-04:00",
            "name": "BOS",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e31d9bf3-a1db-4a27-b3f1-898dbad5b798/?format=api"
        }
    ]
}