GET /api/bet_types/0718b190-c9c5-4638-93ed-fc01f533a254/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0718b190-c9c5-4638-93ed-fc01f533a254",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f79b5eb-e785-4410-9aea-a2ce3bb0f814/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-30T08:58:11.757677-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": "SDG (M Wacha)",
                "amount": 5714.0
            },
            {
                "team": "CWS (M Clevinger)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "e35764cb-670b-4382-bb10-a87273c5ca6d",
            "gambit_id": "05016bd8-a94d-4e32-8b31-14ca32650120",
            "last_updated": "2023-10-02T10:48:22.687035-04:00",
            "created_at": "2023-09-30T08:58:11.763305-04:00",
            "name": "SDG (M Wacha)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0718b190-c9c5-4638-93ed-fc01f533a254/?format=api"
        },
        {
            "id": "e926f98e-3ab5-489d-8288-bcb7305e92af",
            "gambit_id": "3e843d55-fc50-4527-9ceb-d555f3986f9c",
            "last_updated": "2023-10-02T10:48:22.690475-04:00",
            "created_at": "2023-09-30T08:58:11.769272-04:00",
            "name": "CWS (M Clevinger)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0718b190-c9c5-4638-93ed-fc01f533a254/?format=api"
        }
    ]
}