GET /api/bet_types/350b1703-c058-4e68-b356-3d95fc91e006/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "350b1703-c058-4e68-b356-3d95fc91e006",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c8f38f7-74b3-49b1-b556-b10a08bea775/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-16T17:37:20.504276-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 6855.0
            },
            {
                "team": "Draw",
                "amount": 3145.0
            }
        ],
        "expected_reward_tokens": 11447.8,
        "profit_sb": 1947.8,
        "profit_sb_percentage": 20.5,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 5544.0
            },
            {
                "team": "Draw",
                "amount": 2543.0
            },
            {
                "team": "Bournemouth",
                "amount": 1913.0
            }
        ],
        "expected_reward_tokens": 9256.52,
        "profit_sb": -243.48,
        "profit_sb_percentage": -2.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "76452b24-aa76-467d-8992-88546412201a",
            "gambit_id": "cf998a88-de3d-44f0-93c8-00d5adb26f92",
            "last_updated": "2023-03-20T10:07:02.653147-04:00",
            "created_at": "2023-03-16T17:37:20.507759-04:00",
            "name": "Aston Villa",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/350b1703-c058-4e68-b356-3d95fc91e006/?format=api"
        },
        {
            "id": "117441e7-2c64-479d-9c65-1a11ba794042",
            "gambit_id": "81352754-7acd-48ab-9717-efff8450db77",
            "last_updated": "2023-03-20T10:07:02.655426-04:00",
            "created_at": "2023-03-16T17:37:20.509693-04:00",
            "name": "Draw",
            "reward": "3.64000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/350b1703-c058-4e68-b356-3d95fc91e006/?format=api"
        },
        {
            "id": "105eb313-484d-46e8-acd1-4890b26175b3",
            "gambit_id": "2d2ca5a4-5dfc-4ddd-a1de-f4111ef86248",
            "last_updated": "2023-03-20T10:07:02.651116-04:00",
            "created_at": "2023-03-16T17:37:20.505754-04:00",
            "name": "Bournemouth",
            "reward": "4.84000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/350b1703-c058-4e68-b356-3d95fc91e006/?format=api"
        }
    ]
}