GET /api/bet_types/b5f42a24-e1db-4de8-8649-151cb7a63613/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5f42a24-e1db-4de8-8649-151cb7a63613",
    "match": "https://api-prod.gambitprofit.com/api/matches/3873ed35-5d58-4337-b891-c4991e8cae8f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-14T10:57:08.783648-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 7044.0
            },
            {
                "team": "Draw",
                "amount": 2956.0
            }
        ],
        "expected_reward_tokens": 11763.48,
        "profit_sb": 2263.48,
        "profit_sb_percentage": 23.83,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 5547.0
            },
            {
                "team": "Draw",
                "amount": 2328.0
            },
            {
                "team": "Leicester City",
                "amount": 2125.0
            }
        ],
        "expected_reward_tokens": 9263.49,
        "profit_sb": -236.51,
        "profit_sb_percentage": -2.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "8329905f-8120-47ed-a31f-35f32c02c0b7",
            "gambit_id": "93b9c19d-b765-4ea5-8516-cb35a1698ff5",
            "last_updated": "2023-05-16T10:47:09.366844-04:00",
            "created_at": "2023-05-14T10:57:08.785289-04:00",
            "name": "Liverpool",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5f42a24-e1db-4de8-8649-151cb7a63613/?format=api"
        },
        {
            "id": "cfad8fe0-2c5b-4a58-996a-9aedfdfc19ef",
            "gambit_id": "9f07aa53-7a53-4a0f-8231-d9a94729965c",
            "last_updated": "2023-05-16T10:47:09.370674-04:00",
            "created_at": "2023-05-14T10:57:08.788643-04:00",
            "name": "Draw",
            "reward": "3.98000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5f42a24-e1db-4de8-8649-151cb7a63613/?format=api"
        },
        {
            "id": "1a3dbed4-2af0-43ed-9687-59020f3ecf36",
            "gambit_id": "229403e5-898c-42eb-96c6-2e6f86f74608",
            "last_updated": "2023-05-16T10:47:09.368812-04:00",
            "created_at": "2023-05-14T10:57:08.786989-04:00",
            "name": "Leicester City",
            "reward": "4.36000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5f42a24-e1db-4de8-8649-151cb7a63613/?format=api"
        }
    ]
}