GET /api/bet_types/da342bde-e2c8-464d-8cc6-1c46c547a73a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da342bde-e2c8-464d-8cc6-1c46c547a73a",
    "match": "https://api-prod.gambitprofit.com/api/matches/3921129e-5ecb-4335-981e-26ebe48c2152/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-17T09:33:00.961564-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 (S Bieber)",
                "amount": 5065.0
            },
            {
                "team": "ARI (T Henry)",
                "amount": 4935.0
            }
        ],
        "expected_reward_tokens": 9572.85,
        "profit_sb": 72.85,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "96b18e65-b250-4acf-9b8b-a665f9935403",
            "gambit_id": "83066360-7acb-4006-a478-c6dc5835ed35",
            "last_updated": "2023-06-18T10:33:13.851619-04:00",
            "created_at": "2023-06-17T09:33:00.963257-04:00",
            "name": "CLE (S Bieber)",
            "reward": "1.89000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da342bde-e2c8-464d-8cc6-1c46c547a73a/?format=api"
        },
        {
            "id": "68fdcd2c-fa7d-465a-96e9-0a0ea09a6831",
            "gambit_id": "0156b9cc-d18e-48a5-a6e6-3c96f1c078e5",
            "last_updated": "2023-06-18T10:33:13.853133-04:00",
            "created_at": "2023-06-17T09:33:00.965125-04:00",
            "name": "ARI (T Henry)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da342bde-e2c8-464d-8cc6-1c46c547a73a/?format=api"
        }
    ]
}