GET /api/bet_types/a89240e3-3866-46f6-b8ed-c7b637254036/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a89240e3-3866-46f6-b8ed-c7b637254036",
    "match": "https://api-prod.gambitprofit.com/api/matches/c713e065-7afc-4ded-9b7a-f8e4448f79fb/?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": "Philadelphia 76ers",
                "amount": 5492.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "c02d92ff-de72-4adc-923e-a591db736422",
            "gambit_id": "78a23943-0fbd-47cd-998c-ed21969de98b",
            "last_updated": "2022-11-29T09:57:07.495689-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a89240e3-3866-46f6-b8ed-c7b637254036/?format=api"
        },
        {
            "id": "77e57732-27e9-4702-b997-b3c49117c8c7",
            "gambit_id": "b75f6020-ebc8-4c80-8e9e-0f7be068182f",
            "last_updated": "2022-11-29T09:57:07.496654-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a89240e3-3866-46f6-b8ed-c7b637254036/?format=api"
        }
    ]
}