GET /api/bet_types/20a624cf-07f5-4fd9-9949-a06fdb4eba17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20a624cf-07f5-4fd9-9949-a06fdb4eba17",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9aba2fa-49a6-4ec2-8156-23bdfbe7cd1b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-19T09:58:10.226813-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": "TEX (J Gray)",
                "amount": 5325.0
            },
            {
                "team": "TAM (Z Littell)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "2e77dee0-3dfb-49f0-93a2-58aa55e5a556",
            "gambit_id": "b8ba4320-07db-490c-aae7-64c21b97b660",
            "last_updated": "2023-07-20T19:48:15.887474-04:00",
            "created_at": "2023-07-19T09:58:10.230622-04:00",
            "name": "TEX (J Gray)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20a624cf-07f5-4fd9-9949-a06fdb4eba17/?format=api"
        },
        {
            "id": "16cee504-76ec-4f2e-95e8-5918af54d738",
            "gambit_id": "d7f9c09b-1b21-42ae-b5bf-f1980fee7942",
            "last_updated": "2023-07-20T19:48:15.885546-04:00",
            "created_at": "2023-07-19T09:58:10.228781-04:00",
            "name": "TAM (Z Littell)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20a624cf-07f5-4fd9-9949-a06fdb4eba17/?format=api"
        }
    ]
}