GET /api/bet_types/4f45bead-b070-43e6-b088-669d973ab9e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f45bead-b070-43e6-b088-669d973ab9e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed23ee02-e6bb-4bd7-930a-5b8c0312233c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-21T08:53:23.782288-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": "CIN (B Lively)",
                "amount": 5222.0
            },
            {
                "team": "ARI (T Henry)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "aed7efe9-5744-4030-85d5-df549e28d3cb",
            "gambit_id": "82be7c96-a5fb-4fc1-9606-e639b048132c",
            "last_updated": "2023-07-22T11:28:23.341190-04:00",
            "created_at": "2023-07-21T08:53:23.785191-04:00",
            "name": "CIN (B Lively)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f45bead-b070-43e6-b088-669d973ab9e5/?format=api"
        },
        {
            "id": "33980b05-ae02-4ce2-9a98-754a5add8914",
            "gambit_id": "98f3f3b0-1bd7-43b9-87f1-a2a298eeb500",
            "last_updated": "2023-07-22T11:28:23.337792-04:00",
            "created_at": "2023-07-21T08:53:23.783733-04:00",
            "name": "ARI (T Henry)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f45bead-b070-43e6-b088-669d973ab9e5/?format=api"
        }
    ]
}