GET /api/bet_types/264d5c97-3333-4f21-a6b2-150373493288/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "264d5c97-3333-4f21-a6b2-150373493288",
    "match": "https://api-prod.gambitprofit.com/api/matches/17370194-2887-4943-92fa-4bdeacae8fe5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-20T08:23:22.241869-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": "WAS (J Gray)",
                "amount": 5541.0
            },
            {
                "team": "CWS (M Kopech)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "e69f83c8-270a-4a07-9cd9-7b839cc84542",
            "gambit_id": "1ae341b4-98d9-48ad-b4bd-2f9bfad45344",
            "last_updated": "2023-09-22T10:48:04.805225-04:00",
            "created_at": "2023-09-20T08:23:22.250756-04:00",
            "name": "WAS (J Gray)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/264d5c97-3333-4f21-a6b2-150373493288/?format=api"
        },
        {
            "id": "396133c5-81fc-4598-92f1-36a4fc0dddd5",
            "gambit_id": "15bd89f3-643e-4de1-a696-8c1329230c68",
            "last_updated": "2023-09-22T10:48:04.801655-04:00",
            "created_at": "2023-09-20T08:23:22.247195-04:00",
            "name": "CWS (M Kopech)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/264d5c97-3333-4f21-a6b2-150373493288/?format=api"
        }
    ]
}