GET /api/bet_types/fc90fc36-ac18-43f7-83e2-078b640400ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc90fc36-ac18-43f7-83e2-078b640400ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/decdedc2-be42-4513-b213-5ffaba2bf58c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-05T11:47:03.871732-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 (B Ober)",
                "amount": 5273.0
            },
            {
                "team": "CLE (P Battenfield)",
                "amount": 4727.0
            }
        ],
        "expected_reward_tokens": 9595.81,
        "profit_sb": 95.81,
        "profit_sb_percentage": 1.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "eba76378-86b3-4cbc-9e52-5e840cfdb2f6",
            "gambit_id": "820b70d9-27b5-44d0-9ab8-5fee06c712ab",
            "last_updated": "2023-05-06T11:52:03.135508-04:00",
            "created_at": "2023-05-05T11:47:03.873670-04:00",
            "name": "MIN (B Ober)",
            "reward": "1.82000",
            "odds": "1.85470",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc90fc36-ac18-43f7-83e2-078b640400ec/?format=api"
        },
        {
            "id": "92c49285-84ee-4fe8-88db-bed7c7d03ad0",
            "gambit_id": "a25143dd-b9fe-49fa-a08c-dc33c4dbae6c",
            "last_updated": "2023-05-06T11:52:03.136928-04:00",
            "created_at": "2023-05-05T11:47:03.875714-04:00",
            "name": "CLE (P Battenfield)",
            "reward": "2.03000",
            "odds": "2.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc90fc36-ac18-43f7-83e2-078b640400ec/?format=api"
        }
    ]
}