GET /api/bet_types/d5b4441f-3ad4-494b-9bd6-3937c74bc05a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5b4441f-3ad4-494b-9bd6-3937c74bc05a",
    "match": "https://api-prod.gambitprofit.com/api/matches/231c4d16-d682-4654-97a2-d1bf2d94604a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-02T13:27:17.290375-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": "CWS (M Clevinger)",
                "amount": 5955.0
            },
            {
                "team": "DET (R Olson)",
                "amount": 4045.0
            }
        ],
        "expected_reward_tokens": 9586.65,
        "profit_sb": 86.65,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9295621-bc62-4821-aa5b-4e80ffa29227",
            "gambit_id": "fa162110-be02-430a-be1f-017a3f13851a",
            "last_updated": "2023-06-04T13:17:19.264929-04:00",
            "created_at": "2023-06-02T13:27:17.295312-04:00",
            "name": "CWS (M Clevinger)",
            "reward": "1.61000",
            "odds": "1.63290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5b4441f-3ad4-494b-9bd6-3937c74bc05a/?format=api"
        },
        {
            "id": "0971b765-ccf0-4fb2-9ad0-b12e218900aa",
            "gambit_id": "6ca0b9b9-bc22-483e-936c-93f6b44b42b7",
            "last_updated": "2023-06-04T13:17:19.262632-04:00",
            "created_at": "2023-06-02T13:27:17.292828-04:00",
            "name": "DET (R Olson)",
            "reward": "2.37000",
            "odds": "2.43000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5b4441f-3ad4-494b-9bd6-3937c74bc05a/?format=api"
        }
    ]
}