GET /api/bet_types/0e44a638-0c8b-4cde-9704-b1273402ca9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e44a638-0c8b-4cde-9704-b1273402ca9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd3ed77d-4382-4106-aa31-19f338414273/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-30T18:43:20.122791-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": "New York Jets",
                "amount": 5512.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "00bf8a6b-8f61-456b-8626-3a020825f379",
            "gambit_id": "530079e8-9b4f-424d-9e48-f4ab23d00e59",
            "last_updated": "2023-08-04T09:48:10.592665-04:00",
            "created_at": "2023-07-30T18:43:20.126449-04:00",
            "name": "New York Jets",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e44a638-0c8b-4cde-9704-b1273402ca9c/?format=api"
        },
        {
            "id": "33e2149b-6c42-4d1d-93c2-c652d5908309",
            "gambit_id": "e37283e2-437b-43d2-b784-8d5141f77dbf",
            "last_updated": "2023-08-04T09:48:10.597016-04:00",
            "created_at": "2023-07-30T18:43:20.130799-04:00",
            "name": "Cleveland Browns",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e44a638-0c8b-4cde-9704-b1273402ca9c/?format=api"
        }
    ]
}