GET /api/bet_types/b771f71c-876c-4437-abd4-e34e8fd63f26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b771f71c-876c-4437-abd4-e34e8fd63f26",
    "match": "https://api-prod.gambitprofit.com/api/matches/04e85ab9-8029-45e7-a39a-de0da05cd4eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-18T12:11:58.821040-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "SSC Napoli",
                "amount": 6603.0
            },
            {
                "team": "Draw",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 11819.37,
        "profit_sb": 2319.37,
        "profit_sb_percentage": 24.41,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "SSC Napoli",
                "amount": 5148.0
            },
            {
                "team": "Draw",
                "amount": 2648.0
            },
            {
                "team": "AC Milan",
                "amount": 2204.0
            }
        ],
        "expected_reward_tokens": 9212.72,
        "profit_sb": -287.28,
        "profit_sb_percentage": -3.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "c79342ea-df9e-406c-9512-c035dff0d0fd",
            "gambit_id": "b0f45f2f-d283-4d0c-8817-6fc9728b4791",
            "last_updated": "2023-04-19T20:52:00.064512-04:00",
            "created_at": "2023-04-18T12:11:58.825841-04:00",
            "name": "SSC Napoli",
            "reward": "1.79000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b771f71c-876c-4437-abd4-e34e8fd63f26/?format=api"
        },
        {
            "id": "3cfc767b-d1fe-4a26-8e13-23d7d80cd9c2",
            "gambit_id": "80d4eda0-18e5-4fe1-9d72-9cb59a55467e",
            "last_updated": "2023-04-19T20:52:00.066950-04:00",
            "created_at": "2023-04-18T12:11:58.828338-04:00",
            "name": "Draw",
            "reward": "3.48000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b771f71c-876c-4437-abd4-e34e8fd63f26/?format=api"
        },
        {
            "id": "e6198a74-0198-4567-97c8-9e0f0ac33a4f",
            "gambit_id": "451b7e52-ba18-45d8-852a-20da40c48fe4",
            "last_updated": "2023-04-19T20:52:00.061974-04:00",
            "created_at": "2023-04-18T12:11:58.823337-04:00",
            "name": "AC Milan",
            "reward": "4.18000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b771f71c-876c-4437-abd4-e34e8fd63f26/?format=api"
        }
    ]
}