GET /api/bet_types/d000dda9-3f70-493b-ba0f-98f5cdca619d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d000dda9-3f70-493b-ba0f-98f5cdca619d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee924d50-9e9a-4d72-8033-793e67cf5379/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-01T00:33:21.691016-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": 7982.0
            },
            {
                "team": "Draw",
                "amount": 2018.0
            }
        ],
        "expected_reward_tokens": 10695.4,
        "profit_sb": 1195.4,
        "profit_sb_percentage": 12.58,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 6951.0
            },
            {
                "team": "Draw",
                "amount": 1757.0
            },
            {
                "team": "Newcastle United",
                "amount": 1292.0
            }
        ],
        "expected_reward_tokens": 9312.1,
        "profit_sb": -187.9,
        "profit_sb_percentage": -1.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "749b33bb-ebfe-4a8e-9e67-b6c65e6493fa",
            "gambit_id": "daadb4bf-4632-43be-9840-ade2491c201e",
            "last_updated": "2024-01-03T10:53:13.284110-05:00",
            "created_at": "2024-01-01T00:33:21.704029-05:00",
            "name": "Liverpool",
            "reward": "1.34000",
            "odds": "1.36000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d000dda9-3f70-493b-ba0f-98f5cdca619d/?format=api"
        },
        {
            "id": "4d8b6b1c-7f60-4a1a-9adb-4da532cd6cbd",
            "gambit_id": "79b8ea35-7010-4f39-87e9-fbbb1c46aa93",
            "last_updated": "2024-01-03T10:53:13.280607-05:00",
            "created_at": "2024-01-01T00:33:21.697731-05:00",
            "name": "Draw",
            "reward": "5.30000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d000dda9-3f70-493b-ba0f-98f5cdca619d/?format=api"
        },
        {
            "id": "ea87e9fa-ae57-4542-b0e5-9012259c18c7",
            "gambit_id": "8044f560-371d-40ae-943a-1d01e929e1f0",
            "last_updated": "2024-01-03T10:53:13.295566-05:00",
            "created_at": "2024-01-01T00:33:21.709411-05:00",
            "name": "Newcastle United",
            "reward": "7.21000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d000dda9-3f70-493b-ba0f-98f5cdca619d/?format=api"
        }
    ]
}