GET /api/bet_types/308180d1-eff8-4dcb-9a3c-680efe4a422c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "308180d1-eff8-4dcb-9a3c-680efe4a422c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff191ce3-8284-4e1e-850e-e4d00b84dadd/?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": "MIL (A Houser)",
                "amount": 5608.0
            },
            {
                "team": "COL (R Feltner)",
                "amount": 4392.0
            }
        ],
        "expected_reward_tokens": 9309.28,
        "profit_sb": 309.28,
        "profit_sb_percentage": 3.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "303784a3-e080-4636-b39b-40297bc59c1b",
            "gambit_id": "d50bc06a-5df5-4c60-a6e7-0cb1bf4893c4",
            "last_updated": "2022-09-06T10:02:06.776248-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (A Houser)",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/308180d1-eff8-4dcb-9a3c-680efe4a422c/?format=api"
        },
        {
            "id": "4fc8b0d1-a2ae-4dc0-8ecb-1d331e2810cd",
            "gambit_id": "a6ae6f2c-4efd-47f5-9f1f-d5d5bac2426f",
            "last_updated": "2022-09-06T10:02:06.775193-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (R Feltner)",
            "reward": "2.12000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/308180d1-eff8-4dcb-9a3c-680efe4a422c/?format=api"
        }
    ]
}