GET /api/bet_types/b143ecb0-4859-4f38-85f3-666e53dcae8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b143ecb0-4859-4f38-85f3-666e53dcae8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/381d7fd1-b71e-4360-b3bc-c8ae925c1f7d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-12T09:32:55.940711-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles Clippers",
                "amount": 7424.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 2576.0
            }
        ],
        "expected_reward_tokens": 9428.16,
        "profit_sb": -71.84,
        "profit_sb_percentage": -0.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d9a6334-9239-46e1-b95a-fac6b07d3866",
            "gambit_id": "5889961e-9630-47c7-a2b3-869c1fc7c1e2",
            "last_updated": "2023-11-14T09:23:06.715905-05:00",
            "created_at": "2023-11-12T09:32:55.948690-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b143ecb0-4859-4f38-85f3-666e53dcae8e/?format=api"
        },
        {
            "id": "2c5c5e45-9ad5-4cb3-b18d-62b3b47bd001",
            "gambit_id": "5d159487-8da9-4c5a-b954-6dc32d237a0c",
            "last_updated": "2023-11-14T09:23:06.712732-05:00",
            "created_at": "2023-11-12T09:32:55.944205-05:00",
            "name": "Memphis Grizzlies",
            "reward": "3.66000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b143ecb0-4859-4f38-85f3-666e53dcae8e/?format=api"
        }
    ]
}