GET /api/bet_types/b5f064fc-aa9e-47c5-b962-bc0a382ae5f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5f064fc-aa9e-47c5-b962-bc0a382ae5f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca81a1cb-35b1-4bc5-8460-3474d7bd16a1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-27T10:47:04.195004-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 6038.0
            },
            {
                "team": "Brentford",
                "amount": 3962.0
            }
        ],
        "expected_reward_tokens": 12678.4,
        "profit_sb": 3178.4,
        "profit_sb_percentage": 33.46,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 4394.0
            },
            {
                "team": "Brentford",
                "amount": 2884.0
            },
            {
                "team": "Draw",
                "amount": 2722.0
            }
        ],
        "expected_reward_tokens": 9227.4,
        "profit_sb": -272.6,
        "profit_sb_percentage": -2.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "a21fe4c8-db9b-462b-8de5-d084c1c6a670",
            "gambit_id": "3ccfcc15-1c02-4196-95eb-c73ffa017d51",
            "last_updated": "2023-05-29T11:47:19.139953-04:00",
            "created_at": "2023-05-27T10:47:04.207685-04:00",
            "name": "Manchester City",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5f064fc-aa9e-47c5-b962-bc0a382ae5f9/?format=api"
        },
        {
            "id": "01fe011c-1228-4ed1-90aa-744a1a06e63a",
            "gambit_id": "f42e4ee8-385c-4b6d-a067-1b9a1aa3bc3e",
            "last_updated": "2023-05-29T11:47:19.137524-04:00",
            "created_at": "2023-05-27T10:47:04.204643-04:00",
            "name": "Brentford",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5f064fc-aa9e-47c5-b962-bc0a382ae5f9/?format=api"
        },
        {
            "id": "8d54c494-8fc0-4dc0-bc08-592c5edaf1a9",
            "gambit_id": "c4a68ff0-54eb-4067-b0f9-4026147c5b64",
            "last_updated": "2023-05-29T11:47:19.134914-04:00",
            "created_at": "2023-05-27T10:47:04.198322-04:00",
            "name": "Draw",
            "reward": "3.39000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5f064fc-aa9e-47c5-b962-bc0a382ae5f9/?format=api"
        }
    ]
}