GET /api/bet_types/7417f5fc-fc62-4a96-8b09-e57b50003cd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7417f5fc-fc62-4a96-8b09-e57b50003cd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a43fb9b8-365d-4f2e-8a4e-d1e035766ce5/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": 7061.0
            },
            {
                "team": "Draw",
                "amount": 2939.0
            }
        ],
        "expected_reward_tokens": 11226.98,
        "profit_sb": 2226.98,
        "profit_sb_percentage": 24.74,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 5594.0
            },
            {
                "team": "Draw",
                "amount": 2328.0
            },
            {
                "team": "Manchester United",
                "amount": 2078.0
            }
        ],
        "expected_reward_tokens": 8892.96,
        "profit_sb": -107.04,
        "profit_sb_percentage": -1.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d021e92-d883-490c-bc98-2db70be8d3bd",
            "gambit_id": "5e70ebaa-7c0e-42e9-b2bc-1dd6a5082dc9",
            "last_updated": "2022-08-24T10:37:16.734607-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liverpool",
            "reward": "1.59000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7417f5fc-fc62-4a96-8b09-e57b50003cd7/?format=api"
        },
        {
            "id": "24f7e36b-345d-43cd-bfb8-ce33606a5c06",
            "gambit_id": "c13799f2-af4f-4cc2-b694-de4571702935",
            "last_updated": "2022-08-24T10:37:16.735534-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.82000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7417f5fc-fc62-4a96-8b09-e57b50003cd7/?format=api"
        },
        {
            "id": "bced1edd-02fd-4d1c-b545-49a06534d569",
            "gambit_id": "9bb4477c-9470-4cb4-8ff6-2a1c42f9ca89",
            "last_updated": "2022-08-24T10:37:16.735072-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester United",
            "reward": "4.28000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7417f5fc-fc62-4a96-8b09-e57b50003cd7/?format=api"
        }
    ]
}