GET /api/bet_types/d0eeaa19-7757-445b-98f3-dfaa00f8d533/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0eeaa19-7757-445b-98f3-dfaa00f8d533",
    "match": "https://api-prod.gambitprofit.com/api/matches/677f99ed-26e4-4b9f-a406-53b64c7751c6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-31T09:56:48.619356-04: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": "Memphis Grizzlies",
                "amount": 6458.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "b43b4d7a-68d3-488d-80b1-09281a730432",
            "gambit_id": "26419f15-de11-4551-8fa8-6c6aca36eeb0",
            "last_updated": "2023-04-01T10:17:09.099813-04:00",
            "created_at": "2023-03-31T09:56:48.621983-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0eeaa19-7757-445b-98f3-dfaa00f8d533/?format=api"
        },
        {
            "id": "e334c3f4-c71b-4913-aa32-ab99a9da5871",
            "gambit_id": "e10497c3-97ce-48e3-95a4-34af739281f9",
            "last_updated": "2023-04-01T10:17:09.101480-04:00",
            "created_at": "2023-03-31T09:56:48.624385-04:00",
            "name": "Los Angeles Clippers",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0eeaa19-7757-445b-98f3-dfaa00f8d533/?format=api"
        }
    ]
}