GET /api/bet_types/031fadbb-a694-4ec9-8ae2-a6425786e1a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "031fadbb-a694-4ec9-8ae2-a6425786e1a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/495357e1-130a-4b61-a655-60aa8d212d27/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-06T11:51:58.994426-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 United",
                "amount": 6285.0
            },
            {
                "team": "West Ham United",
                "amount": 3715.0
            }
        ],
        "expected_reward_tokens": 12631.0,
        "profit_sb": 3131.0,
        "profit_sb_percentage": 32.96,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 4632.0
            },
            {
                "team": "West Ham United",
                "amount": 2738.0
            },
            {
                "team": "Draw",
                "amount": 2630.0
            }
        ],
        "expected_reward_tokens": 9309.2,
        "profit_sb": -190.8,
        "profit_sb_percentage": -2.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "84f51a59-c96e-4e72-aebf-e43afb9b531c",
            "gambit_id": "8a2a0ec3-da40-4d8c-a962-c78dbdcee875",
            "last_updated": "2023-05-08T11:47:04.979876-04:00",
            "created_at": "2023-05-06T11:51:58.996029-04:00",
            "name": "Manchester United",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/031fadbb-a694-4ec9-8ae2-a6425786e1a0/?format=api"
        },
        {
            "id": "7c3b3a39-5233-4ccd-ad55-562b22b15dc0",
            "gambit_id": "106ad344-9d94-4597-b042-5d25d38482ed",
            "last_updated": "2023-05-08T11:47:04.981947-04:00",
            "created_at": "2023-05-06T11:51:58.997660-04:00",
            "name": "West Ham United",
            "reward": "3.40000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/031fadbb-a694-4ec9-8ae2-a6425786e1a0/?format=api"
        },
        {
            "id": "2a919d6a-d841-4768-a441-547b9fb3a986",
            "gambit_id": "d4161007-a32a-4c42-ab96-8c61fb878679",
            "last_updated": "2023-05-08T11:47:04.984273-04:00",
            "created_at": "2023-05-06T11:51:58.999208-04:00",
            "name": "Draw",
            "reward": "3.54000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/031fadbb-a694-4ec9-8ae2-a6425786e1a0/?format=api"
        }
    ]
}