GET /api/bet_types/c2e3dc0a-0638-4911-86b3-56b45d580dc8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2e3dc0a-0638-4911-86b3-56b45d580dc8",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ba45907-c5f3-4c68-a1ff-65bff58c6032/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T19:28:11.118604-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 8331.0
            },
            {
                "team": "Draw",
                "amount": 1669.0
            }
        ],
        "expected_reward_tokens": 10080.51,
        "profit_sb": 580.51,
        "profit_sb_percentage": 6.11,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 7710.0
            },
            {
                "team": "Draw",
                "amount": 1545.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 745.0
            }
        ],
        "expected_reward_tokens": 9327.4,
        "profit_sb": -172.6,
        "profit_sb_percentage": -1.82,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d0c1cde-32ff-4da9-84b0-1f03111e7998",
            "gambit_id": "97a08f74-b92d-4695-8811-f3a7ba5ce856",
            "last_updated": "2023-12-05T21:08:18.622973-05:00",
            "created_at": "2023-12-01T19:28:11.135684-05:00",
            "name": "Arsenal",
            "reward": "1.21000",
            "odds": "1.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2e3dc0a-0638-4911-86b3-56b45d580dc8/?format=api"
        },
        {
            "id": "dc4b9164-c41e-4227-a53b-52b5fab689a7",
            "gambit_id": "e9402cad-22dc-43dd-b9f9-c3b5c08010e3",
            "last_updated": "2023-12-05T21:08:18.619567-05:00",
            "created_at": "2023-12-01T19:28:11.126909-05:00",
            "name": "Draw",
            "reward": "6.04000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2e3dc0a-0638-4911-86b3-56b45d580dc8/?format=api"
        },
        {
            "id": "2a9c84aa-58c1-4b53-9dec-fa2cbd3ae149",
            "gambit_id": "022663f1-786e-4ccc-9420-ee15426f4fe5",
            "last_updated": "2023-12-05T21:08:18.626483-05:00",
            "created_at": "2023-12-01T19:28:11.143592-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "12.52000",
            "odds": "13.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2e3dc0a-0638-4911-86b3-56b45d580dc8/?format=api"
        }
    ]
}