GET /api/bet_types/f8c1c503-16cf-44d4-bad8-a252eb8fa928/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8c1c503-16cf-44d4-bad8-a252eb8fa928",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7e6ff60-b7a4-4dd2-9418-4ab7631277ac/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-01T01:03:12.082475-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": "BAL (C Irvin)",
                "amount": 5196.0
            },
            {
                "team": "ARI (Z Davies)",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 9559.96,
        "profit_sb": 59.96,
        "profit_sb_percentage": 0.63,
        "recommended": true
    },
    "lines": [
        {
            "id": "aea257c9-a390-410e-86ec-190977251b01",
            "gambit_id": "efad04dd-c77b-4119-b1a3-afa5ba88c6df",
            "last_updated": "2023-09-02T12:03:24.360913-04:00",
            "created_at": "2023-09-01T01:03:12.086502-04:00",
            "name": "BAL (C Irvin)",
            "reward": "1.84000",
            "odds": "1.87720",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8c1c503-16cf-44d4-bad8-a252eb8fa928/?format=api"
        },
        {
            "id": "af949a4d-b761-40ab-a6ab-7b1c501f7d26",
            "gambit_id": "fbed5a93-6b57-444c-982a-69306143b834",
            "last_updated": "2023-09-02T12:03:24.364164-04:00",
            "created_at": "2023-09-01T01:03:12.091440-04:00",
            "name": "ARI (Z Davies)",
            "reward": "1.99000",
            "odds": "2.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8c1c503-16cf-44d4-bad8-a252eb8fa928/?format=api"
        }
    ]
}