GET /api/bet_types/28268d46-7ca3-41bc-963d-caddf42dcb8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28268d46-7ca3-41bc-963d-caddf42dcb8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffeb013f-85b9-489b-8ee4-501a2314105b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-25T13:28:14.738049-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 Lakers",
                "amount": 6752.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7230061-80c1-4044-a515-7c7b05657e8b",
            "gambit_id": "cda92269-d91e-48c1-bbd0-471b96feeb51",
            "last_updated": "2024-01-26T20:43:20.105431-05:00",
            "created_at": "2024-01-25T13:28:14.745534-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28268d46-7ca3-41bc-963d-caddf42dcb8f/?format=api"
        },
        {
            "id": "5daeae96-4ff7-4bf4-8645-ed2675a8a395",
            "gambit_id": "dbc88713-3a77-4ddd-8b46-fdfb10aa24ed",
            "last_updated": "2024-01-26T20:43:20.102380-05:00",
            "created_at": "2024-01-25T13:28:14.741491-05:00",
            "name": "Chicago Bulls",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28268d46-7ca3-41bc-963d-caddf42dcb8f/?format=api"
        }
    ]
}