GET /api/bet_types/84a00aa6-98e1-43cd-a74a-21da8358c1f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84a00aa6-98e1-43cd-a74a-21da8358c1f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ef96296-ae70-4ff2-9bbe-37a3587c6125/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-30T13:33:18.187282-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": "Rico Franco",
                "amount": 5095.0
            },
            {
                "team": "Kaleb Harris",
                "amount": 4905.0
            }
        ],
        "expected_reward_tokens": 9171.0,
        "profit_sb": -329.0,
        "profit_sb_percentage": -3.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e86bce07-a4ab-4e23-a3c6-12f7e7af5c8d",
            "gambit_id": "04b8c4fb-7323-4fc6-bb1e-c304f7c41d75",
            "last_updated": "2023-07-03T10:38:07.558570-04:00",
            "created_at": "2023-06-30T13:33:18.189168-04:00",
            "name": "Rico Franco",
            "reward": "1.80000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84a00aa6-98e1-43cd-a74a-21da8358c1f5/?format=api"
        },
        {
            "id": "e56e2cbb-0aad-48a0-8748-9cc86f206ada",
            "gambit_id": "e2e80c68-bb29-46d3-a169-79128314ebdf",
            "last_updated": "2023-07-03T10:38:07.560752-04:00",
            "created_at": "2023-06-30T13:33:18.191550-04:00",
            "name": "Kaleb Harris",
            "reward": "1.87000",
            "odds": "1.91000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84a00aa6-98e1-43cd-a74a-21da8358c1f5/?format=api"
        }
    ]
}