GET /api/bet_types/d53998cd-0d42-4e4f-8e5a-7a5dbeedaf91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d53998cd-0d42-4e4f-8e5a-7a5dbeedaf91",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa90522c-b8ea-41c8-9bfc-6429f95da29c/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Kansas City Chiefs",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1600.0,
        "profit_sb_percentage": 17.78,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Kansas City Chiefs",
                "amount": 8801.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 1199.0
            }
        ],
        "expected_reward_tokens": 9328.22,
        "profit_sb": 328.22,
        "profit_sb_percentage": 3.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "f25d7ae0-617c-41bb-9244-3fbc9c0546c5",
            "gambit_id": "70448a00-e8e6-4949-904a-0c151fcdd7b9",
            "last_updated": "2022-11-28T11:42:08.484182-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.06000",
            "odds": "1.06670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d53998cd-0d42-4e4f-8e5a-7a5dbeedaf91/?format=api"
        },
        {
            "id": "b2674e8f-9bcc-42dc-b8f1-84df7a43be89",
            "gambit_id": "e67e2836-0ab2-4fe2-b392-55513874220c",
            "last_updated": "2022-11-28T11:42:08.485183-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "7.78000",
            "odds": "8.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d53998cd-0d42-4e4f-8e5a-7a5dbeedaf91/?format=api"
        }
    ]
}