GET /api/bet_types/a6e58a37-5a85-496e-a742-7af0e9e48be0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6e58a37-5a85-496e-a742-7af0e9e48be0",
    "match": "https://api-prod.gambitprofit.com/api/matches/979dde07-f2ad-4a1b-adf7-ce0911d1a0ea/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T19:28:12.055728-05: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": 8435.0
            },
            {
                "team": "Draw",
                "amount": 1565.0
            }
        ],
        "expected_reward_tokens": 10203.8,
        "profit_sb": 703.8,
        "profit_sb_percentage": 7.41,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 7694.0
            },
            {
                "team": "Draw",
                "amount": 1428.0
            },
            {
                "team": "Fulham",
                "amount": 878.0
            }
        ],
        "expected_reward_tokens": 9306.8,
        "profit_sb": -193.2,
        "profit_sb_percentage": -2.03,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f5a4cd7-5bcc-4ed8-a7fb-b4b103fc673b",
            "gambit_id": "84f36984-083d-4e22-9a7b-493b5ecf87ed",
            "last_updated": "2023-12-05T21:13:17.385370-05:00",
            "created_at": "2023-12-01T19:28:12.063878-05:00",
            "name": "Liverpool",
            "reward": "1.21000",
            "odds": "1.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6e58a37-5a85-496e-a742-7af0e9e48be0/?format=api"
        },
        {
            "id": "ead7cada-2db6-4f00-af3d-ed4bc065afcd",
            "gambit_id": "f073b7a2-852e-4aa2-9191-17ee5fd2917c",
            "last_updated": "2023-12-05T21:13:17.381852-05:00",
            "created_at": "2023-12-01T19:28:12.059450-05:00",
            "name": "Draw",
            "reward": "6.52000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6e58a37-5a85-496e-a742-7af0e9e48be0/?format=api"
        },
        {
            "id": "2e8217c4-75e8-43e2-82f7-5b6d8b434d3b",
            "gambit_id": "f1625e02-84f4-46ae-b901-059856238ba5",
            "last_updated": "2023-12-05T21:13:17.388684-05:00",
            "created_at": "2023-12-01T19:28:12.067703-05:00",
            "name": "Fulham",
            "reward": "10.60000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6e58a37-5a85-496e-a742-7af0e9e48be0/?format=api"
        }
    ]
}