GET /api/bet_types/155dd899-dcb5-4343-9d46-a00302dec156/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "155dd899-dcb5-4343-9d46-a00302dec156",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fc53496-0b9f-49a7-927c-5f9a64dfce6b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T11:42:14.526223-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": "SDG (M Wacha)",
                "amount": 5638.0
            },
            {
                "team": "ARI (R Nelson)",
                "amount": 4362.0
            }
        ],
        "expected_reward_tokens": 9640.02,
        "profit_sb": 140.02,
        "profit_sb_percentage": 1.47,
        "recommended": true
    },
    "lines": [
        {
            "id": "d4b0025a-910e-4871-9850-6d8e2ff72f60",
            "gambit_id": "134719aa-3fae-4aff-a657-b71abb2c3f75",
            "last_updated": "2023-04-21T14:47:28.914083-04:00",
            "created_at": "2023-04-20T11:42:14.531659-04:00",
            "name": "SDG (M Wacha)",
            "reward": "1.71000",
            "odds": "1.73530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/155dd899-dcb5-4343-9d46-a00302dec156/?format=api"
        },
        {
            "id": "58294840-49ed-4357-9de9-98cff3d07ef8",
            "gambit_id": "64c7eeed-2098-4c91-b113-df1ee0884929",
            "last_updated": "2023-04-21T14:47:28.911923-04:00",
            "created_at": "2023-04-20T11:42:14.528289-04:00",
            "name": "ARI (R Nelson)",
            "reward": "2.21000",
            "odds": "2.26000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/155dd899-dcb5-4343-9d46-a00302dec156/?format=api"
        }
    ]
}