GET /api/bet_types/253b6848-d065-4469-95d8-52e36f150fd1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "253b6848-d065-4469-95d8-52e36f150fd1",
    "match": "https://api-prod.gambitprofit.com/api/matches/87ecdd48-cdfa-434f-ba8f-36f80f77b9fd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-17T10:28:02.099779-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": "MIN (S Gray)",
                "amount": 6173.0
            },
            {
                "team": "CWS (D Cease)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "e27e8828-15d8-450b-bfe9-7700138bc51a",
            "gambit_id": "5807b777-fc4f-42d5-b8ff-adb28c01126d",
            "last_updated": "2023-09-18T22:53:05.250893-04:00",
            "created_at": "2023-09-17T10:28:02.114258-04:00",
            "name": "MIN (S Gray)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/253b6848-d065-4469-95d8-52e36f150fd1/?format=api"
        },
        {
            "id": "33eae7f5-af47-4dc1-b5c1-c437576f3815",
            "gambit_id": "ebc0ac93-01cf-418d-a4ee-ffbd6561dbae",
            "last_updated": "2023-09-18T22:53:05.254607-04:00",
            "created_at": "2023-09-17T10:28:02.119750-04:00",
            "name": "CWS (D Cease)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/253b6848-d065-4469-95d8-52e36f150fd1/?format=api"
        }
    ]
}