GET /api/bet_types/08087130-67d3-4202-b66c-a195786eb546/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08087130-67d3-4202-b66c-a195786eb546",
    "match": "https://api-prod.gambitprofit.com/api/matches/a92b63e0-2eae-49da-9cc7-c36f612059cf/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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 (D Cease)",
                "amount": 6196.0
            },
            {
                "team": "TEX (G Otto)",
                "amount": 3804.0
            }
        ],
        "expected_reward_tokens": 9355.96,
        "profit_sb": 355.96,
        "profit_sb_percentage": 3.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa57b043-f495-46c9-ac1a-8a9ca7d1c7e5",
            "gambit_id": "971f044a-3587-4045-a8c3-7ff31d98e6ea",
            "last_updated": "2022-08-06T10:52:04.809333-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (D Cease)",
            "reward": "1.51000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08087130-67d3-4202-b66c-a195786eb546/?format=api"
        },
        {
            "id": "a8142b9d-35b9-4b86-9697-f928f8e0bc4e",
            "gambit_id": "1e66e2ab-d9a9-409e-b9f4-35f7b485ace6",
            "last_updated": "2022-08-06T10:52:04.808927-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (G Otto)",
            "reward": "2.46000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08087130-67d3-4202-b66c-a195786eb546/?format=api"
        }
    ]
}