GET /api/bet_types/a7cf3998-1ee5-48e5-8836-5edb640d9c41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7cf3998-1ee5-48e5-8836-5edb640d9c41",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ffdd59e-2aa4-45f7-af99-0c57fa511ec7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-19T09:13:24.246200-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": "MIN (K Maeda)",
                "amount": 5312.0
            },
            {
                "team": "CIN (F Cruz)",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9561.6,
        "profit_sb": 61.6,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "8977b673-339f-40ea-b408-5cdacc1c27e9",
            "gambit_id": "0c299682-ae40-4116-87b9-5f5e44b079a9",
            "last_updated": "2023-09-20T10:52:59.323557-04:00",
            "created_at": "2023-09-19T09:13:24.251187-04:00",
            "name": "MIN (K Maeda)",
            "reward": "1.80000",
            "odds": "1.84030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7cf3998-1ee5-48e5-8836-5edb640d9c41/?format=api"
        },
        {
            "id": "b2b88ee9-a3b8-4e57-a841-517e05d9ca3d",
            "gambit_id": "bb099296-4465-4265-b81e-e39b50bd6307",
            "last_updated": "2023-09-20T10:52:59.326842-04:00",
            "created_at": "2023-09-19T09:13:24.256035-04:00",
            "name": "CIN (F Cruz)",
            "reward": "2.04000",
            "odds": "2.09000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7cf3998-1ee5-48e5-8836-5edb640d9c41/?format=api"
        }
    ]
}