GET /api/bet_types/c7570e81-5c33-4ec6-8bef-2f0e43c1d42e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7570e81-5c33-4ec6-8bef-2f0e43c1d42e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fa4b4bb-16ed-4d7e-8a0b-ff9057cf97c0/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles Lakers",
                "amount": 5974.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "72a1ac70-930a-41c7-bf8c-0c63f476b08d",
            "gambit_id": "8e4e9cd9-abed-4050-a224-f660e25769c2",
            "last_updated": "2022-11-29T09:52:05.546894-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7570e81-5c33-4ec6-8bef-2f0e43c1d42e/?format=api"
        },
        {
            "id": "233ab1c1-9a0f-448a-977f-a0a838fdd9a1",
            "gambit_id": "a047c7bb-7f77-4007-b582-7498c963a822",
            "last_updated": "2022-11-29T09:52:05.547943-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7570e81-5c33-4ec6-8bef-2f0e43c1d42e/?format=api"
        }
    ]
}