GET /api/bet_types/f53f0a6d-fc99-4009-9435-1e022b206a5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f53f0a6d-fc99-4009-9435-1e022b206a5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ece15360-c8cd-49cc-9c20-113abea4f191/?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": "Manchester United",
                "amount": 6912.0
            },
            {
                "team": "Draw",
                "amount": 3088.0
            }
        ],
        "expected_reward_tokens": 11610.88,
        "profit_sb": 2110.88,
        "profit_sb_percentage": 22.22,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 5528.0
            },
            {
                "team": "Draw",
                "amount": 2470.0
            },
            {
                "team": "West Ham United",
                "amount": 2002.0
            }
        ],
        "expected_reward_tokens": 9287.04,
        "profit_sb": -212.96,
        "profit_sb_percentage": -2.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "50fca0b7-e179-4a9c-a4a7-c50e9231cacc",
            "gambit_id": "583199ac-39a8-469c-902f-b2f36696e129",
            "last_updated": "2022-10-31T12:17:02.146698-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester United",
            "reward": "1.68000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f53f0a6d-fc99-4009-9435-1e022b206a5b/?format=api"
        },
        {
            "id": "9bf576a9-a1e1-4df7-a20a-276005b2bbce",
            "gambit_id": "74d7d04f-0230-4fa5-8f6d-e2577cc5a917",
            "last_updated": "2022-10-31T12:17:02.148603-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.76000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f53f0a6d-fc99-4009-9435-1e022b206a5b/?format=api"
        },
        {
            "id": "18db138d-fb46-43bf-bd9e-7b819718ddc4",
            "gambit_id": "9c953065-db76-4a80-9ee2-2c8d080a3602",
            "last_updated": "2022-10-31T12:17:02.147663-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Ham United",
            "reward": "4.64000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f53f0a6d-fc99-4009-9435-1e022b206a5b/?format=api"
        }
    ]
}