GET /api/bet_types/f6e7e63d-05fd-4242-b9df-21b9bb5b7025/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6e7e63d-05fd-4242-b9df-21b9bb5b7025",
    "match": "https://api-prod.gambitprofit.com/api/matches/254a3c0f-dda2-49d9-bfab-f2e1e2e0d722/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-18T11:47:14.088204-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": "LOS (J Urias)",
                "amount": 5776.0
            },
            {
                "team": "STL (A Wainwright)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "ef29a17e-55dd-4a13-a4fa-e7f6168577b9",
            "gambit_id": "c1b82cd7-9848-4ac3-a8fa-d4cbd4a965d3",
            "last_updated": "2023-05-19T11:02:17.630514-04:00",
            "created_at": "2023-05-18T11:47:14.091271-04:00",
            "name": "LOS (J Urias)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6e7e63d-05fd-4242-b9df-21b9bb5b7025/?format=api"
        },
        {
            "id": "d52567e8-5462-468d-aba4-83a0dd98d5f8",
            "gambit_id": "b784c5e4-e86a-4809-bec9-23b366a8d17b",
            "last_updated": "2023-05-19T11:02:17.628948-04:00",
            "created_at": "2023-05-18T11:47:14.089677-04:00",
            "name": "STL (A Wainwright)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6e7e63d-05fd-4242-b9df-21b9bb5b7025/?format=api"
        }
    ]
}