GET /api/bet_types/13f0f698-2390-4bf1-9eec-d9ab327c2579/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13f0f698-2390-4bf1-9eec-d9ab327c2579",
    "match": "https://api-prod.gambitprofit.com/api/matches/87f14b18-0ff7-40c6-ac68-134abd359593/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-16T09:47:06.590792-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": "STL (J Montgomery)",
                "amount": 6188.0
            },
            {
                "team": "MIL (W Miley)",
                "amount": 3812.0
            }
        ],
        "expected_reward_tokens": 9529.52,
        "profit_sb": 29.52,
        "profit_sb_percentage": 0.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "38d278cb-6803-4896-a1d2-e5f108ffd9f7",
            "gambit_id": "cf6aa978-f409-4bfd-870f-07c82fa7b398",
            "last_updated": "2023-05-18T11:47:16.015346-04:00",
            "created_at": "2023-05-16T09:47:06.592503-04:00",
            "name": "STL (J Montgomery)",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13f0f698-2390-4bf1-9eec-d9ab327c2579/?format=api"
        },
        {
            "id": "1e7a8782-ea0a-4ba3-9789-0d17ab9ac52f",
            "gambit_id": "04b01e22-9000-426b-84df-ae6e8e4ea8e2",
            "last_updated": "2023-05-18T11:47:16.016603-04:00",
            "created_at": "2023-05-16T09:47:06.594874-04:00",
            "name": "MIL (W Miley)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13f0f698-2390-4bf1-9eec-d9ab327c2579/?format=api"
        }
    ]
}