GET /api/bet_types/ed89f3ee-82c5-4343-bafe-ee8984026a84/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed89f3ee-82c5-4343-bafe-ee8984026a84",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e6e2517-992b-4525-a493-4fbc5ba78647/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-07T08:28:00.522954-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": "MIA (E Perez)",
                "amount": 5578.0
            },
            {
                "team": "CIN (B Williamson)",
                "amount": 4422.0
            }
        ],
        "expected_reward_tokens": 9594.16,
        "profit_sb": 94.16,
        "profit_sb_percentage": 0.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "52a3d52f-587c-4455-9c2f-d69b57915084",
            "gambit_id": "3c712d46-4614-41b6-a422-e2d6a3abc173",
            "last_updated": "2023-08-08T09:52:58.186865-04:00",
            "created_at": "2023-08-07T08:28:00.527849-04:00",
            "name": "MIA (E Perez)",
            "reward": "1.72000",
            "odds": "1.75190",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed89f3ee-82c5-4343-bafe-ee8984026a84/?format=api"
        },
        {
            "id": "4966c5be-1631-4a59-b283-6832db901386",
            "gambit_id": "32b831e3-6705-4bb2-86f7-a43efc6c88cc",
            "last_updated": "2023-08-08T09:52:58.190830-04:00",
            "created_at": "2023-08-07T08:28:00.535947-04:00",
            "name": "CIN (B Williamson)",
            "reward": "2.17000",
            "odds": "2.23000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed89f3ee-82c5-4343-bafe-ee8984026a84/?format=api"
        }
    ]
}