GET /api/bet_types/a66d9c40-e694-4cf2-a4b3-f63d21b0600a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a66d9c40-e694-4cf2-a4b3-f63d21b0600a",
    "match": "https://api-prod.gambitprofit.com/api/matches/634ec856-a985-41f0-8495-b4e2406340b0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-14T09:33:05.758433-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 (K Maeda)",
                "amount": 6232.0
            },
            {
                "team": "CWS (J Urena)",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "68bf5b8e-c6a5-4364-9932-85b1ff908624",
            "gambit_id": "a96ad0fb-5a9f-46f1-9c37-9768626dc316",
            "last_updated": "2023-09-15T16:08:15.080241-04:00",
            "created_at": "2023-09-14T09:33:05.762277-04:00",
            "name": "MIN (K Maeda)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a66d9c40-e694-4cf2-a4b3-f63d21b0600a/?format=api"
        },
        {
            "id": "ac672b75-ce58-4600-9f71-8aa73bd86829",
            "gambit_id": "d6bd2002-b2b2-4334-8a8e-2bff25f54355",
            "last_updated": "2023-09-15T16:08:15.083487-04:00",
            "created_at": "2023-09-14T09:33:05.766373-04:00",
            "name": "CWS (J Urena)",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a66d9c40-e694-4cf2-a4b3-f63d21b0600a/?format=api"
        }
    ]
}