GET /api/bet_types/a29bbdd5-90a5-40ca-8e80-26894dcd080d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a29bbdd5-90a5-40ca-8e80-26894dcd080d",
    "match": "https://api-prod.gambitprofit.com/api/matches/771f206b-6bf8-4fee-8b8d-ac963a34d296/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T23:37:55.745546-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 5913.0
            },
            {
                "team": "Burnley",
                "amount": 4087.0
            }
        ],
        "expected_reward_tokens": 12710.57,
        "profit_sb": 3210.57,
        "profit_sb_percentage": 33.8,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 4286.0
            },
            {
                "team": "Burnley",
                "amount": 2963.0
            },
            {
                "team": "Draw",
                "amount": 2751.0
            }
        ],
        "expected_reward_tokens": 9214.9,
        "profit_sb": -285.1,
        "profit_sb_percentage": -3.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed295747-3ad9-42af-badf-35292909d1ea",
            "gambit_id": "3f2c5ef7-8176-452d-aa42-fbc26b11fddb",
            "last_updated": "2023-12-19T10:13:19.414882-05:00",
            "created_at": "2023-12-15T23:37:55.759110-05:00",
            "name": "Everton",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a29bbdd5-90a5-40ca-8e80-26894dcd080d/?format=api"
        },
        {
            "id": "e74e103f-550a-4ba7-8673-446c6cbdc2b4",
            "gambit_id": "900283f6-033e-4840-b67c-48f45d7b0343",
            "last_updated": "2023-12-19T10:13:19.411640-05:00",
            "created_at": "2023-12-15T23:37:55.755406-05:00",
            "name": "Burnley",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a29bbdd5-90a5-40ca-8e80-26894dcd080d/?format=api"
        },
        {
            "id": "b08fb1f8-95c1-4b9e-a03c-b64a3ee4b8a7",
            "gambit_id": "df44e338-fd1d-46b6-b25b-0a7026fac247",
            "last_updated": "2023-12-19T10:13:19.408352-05:00",
            "created_at": "2023-12-15T23:37:55.750035-05:00",
            "name": "Draw",
            "reward": "3.35000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a29bbdd5-90a5-40ca-8e80-26894dcd080d/?format=api"
        }
    ]
}