GET /api/bet_types/5466a759-ad01-48e7-8005-99e4917be608/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5466a759-ad01-48e7-8005-99e4917be608",
    "match": "https://api-prod.gambitprofit.com/api/matches/c934c9eb-9d4f-491f-99ee-0c39b73fc8ad/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "San Diego State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 900.0,
        "profit_sb_percentage": 9.47,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "San Diego State",
                "amount": 9114.0
            },
            {
                "team": "Hawaii",
                "amount": 886.0
            }
        ],
        "expected_reward_tokens": 9478.56,
        "profit_sb": -21.44,
        "profit_sb_percentage": -0.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "28f3808d-4f94-42ac-9b64-eaa9560de235",
            "gambit_id": "6407b0f2-714c-40d7-a637-13cb2df52b7e",
            "last_updated": "2022-10-11T11:37:05.696986-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Diego State",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5466a759-ad01-48e7-8005-99e4917be608/?format=api"
        },
        {
            "id": "8c087aa9-e061-4cff-ada0-a5f509eac37d",
            "gambit_id": "995caa06-c279-43d0-a194-f45c47169bf8",
            "last_updated": "2022-10-11T11:37:05.698040-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "10.70000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5466a759-ad01-48e7-8005-99e4917be608/?format=api"
        }
    ]
}