GET /api/bet_types/54ee7fb5-3bad-47aa-8c88-b2f94678dddf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54ee7fb5-3bad-47aa-8c88-b2f94678dddf",
    "match": "https://api-prod.gambitprofit.com/api/matches/b565d7ed-9588-4503-bb5a-8b9fc738b6a6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-31T10:23:04.783162-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 (S Lugo)",
                "amount": 6434.0
            },
            {
                "team": "COL (A Gomber)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "dc086f81-d77a-43bf-87b8-1f2816c2c027",
            "gambit_id": "d566320a-59cf-44c0-a392-bc5ec082cbd1",
            "last_updated": "2023-08-01T10:58:21.257150-04:00",
            "created_at": "2023-07-31T10:23:04.792009-04:00",
            "name": "SDG (S Lugo)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54ee7fb5-3bad-47aa-8c88-b2f94678dddf/?format=api"
        },
        {
            "id": "420283f1-49eb-4696-bae2-6a2c7ac9d705",
            "gambit_id": "b6cda5bd-5c52-47f9-8f80-f068adad4fd7",
            "last_updated": "2023-08-01T10:58:21.261170-04:00",
            "created_at": "2023-07-31T10:23:04.796266-04:00",
            "name": "COL (A Gomber)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54ee7fb5-3bad-47aa-8c88-b2f94678dddf/?format=api"
        }
    ]
}