GET /api/bet_types/0d625700-f713-4ec0-a2fd-6c03f7238223/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d625700-f713-4ec0-a2fd-6c03f7238223",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa662f39-8912-4f57-91c8-c016c06de21c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-24T13:02:08.171647-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": "TEX (N Eovaldi)",
                "amount": 5234.0
            },
            {
                "team": "CIN (N Lodolo)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "8ac1c4c1-c6cc-4011-a6d5-50e480aae60c",
            "gambit_id": "81b406f1-38ab-4e43-b4ff-a6abfab4fa4e",
            "last_updated": "2023-04-25T11:42:20.201803-04:00",
            "created_at": "2023-04-24T13:02:08.176926-04:00",
            "name": "TEX (N Eovaldi)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d625700-f713-4ec0-a2fd-6c03f7238223/?format=api"
        },
        {
            "id": "e29c94cc-e017-4919-bcd1-07e5b619ccb9",
            "gambit_id": "a2d698f4-a715-4361-b82c-3d0b8280b3aa",
            "last_updated": "2023-04-25T11:42:20.199422-04:00",
            "created_at": "2023-04-24T13:02:08.174322-04:00",
            "name": "CIN (N Lodolo)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d625700-f713-4ec0-a2fd-6c03f7238223/?format=api"
        }
    ]
}