GET /api/bet_types/4a2c023d-1511-4a5f-ad90-78e7a1446762/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a2c023d-1511-4a5f-ad90-78e7a1446762",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8ca4988-62aa-4b98-af21-d820a5688304/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-19T11:02:12.917215-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 (M Perez)",
                "amount": 6674.0
            },
            {
                "team": "COL (K Kauffmann)",
                "amount": 3326.0
            }
        ],
        "expected_reward_tokens": 9543.82,
        "profit_sb": 43.82,
        "profit_sb_percentage": 0.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "834b0008-239d-4446-976c-93d4ff900cc5",
            "gambit_id": "ea149949-b677-4b8f-9bd1-a679d6527450",
            "last_updated": "2023-05-20T10:52:05.030350-04:00",
            "created_at": "2023-05-19T11:02:12.918698-04:00",
            "name": "TEX (M Perez)",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a2c023d-1511-4a5f-ad90-78e7a1446762/?format=api"
        },
        {
            "id": "f266f7d0-b314-4844-b6e3-75beef7d3149",
            "gambit_id": "a164f864-c82f-43de-afb0-d669a035f2e6",
            "last_updated": "2023-05-20T10:52:05.031787-04:00",
            "created_at": "2023-05-19T11:02:12.920352-04:00",
            "name": "COL (K Kauffmann)",
            "reward": "2.87000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a2c023d-1511-4a5f-ad90-78e7a1446762/?format=api"
        }
    ]
}