GET /api/bet_types/8eb3e3dc-ef70-4b73-a180-bac19cc5507b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8eb3e3dc-ef70-4b73-a180-bac19cc5507b",
    "match": "https://api-prod.gambitprofit.com/api/matches/96051412-867a-471a-8455-5f14270c4bbd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-12T10:57:59.763201-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Buffalo Bills",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 12.63,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Buffalo Bills",
                "amount": 8806.0
            },
            {
                "team": "New York Giants",
                "amount": 1194.0
            }
        ],
        "expected_reward_tokens": 9420.66,
        "profit_sb": -79.34,
        "profit_sb_percentage": -0.84,
        "recommended": false
    },
    "lines": [
        {
            "id": "958d58dd-c11d-4e72-aca9-f1a303951c36",
            "gambit_id": "2a62117c-84cb-474b-bb58-43f02b70bd0f",
            "last_updated": "2023-10-16T18:23:00.598190-04:00",
            "created_at": "2023-10-12T10:57:59.771469-04:00",
            "name": "Buffalo Bills",
            "reward": "1.07000",
            "odds": "1.07690",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8eb3e3dc-ef70-4b73-a180-bac19cc5507b/?format=api"
        },
        {
            "id": "de3ec220-f06f-435d-85df-24bc919a893b",
            "gambit_id": "2d287264-4996-4c5f-bbff-af71eb022f70",
            "last_updated": "2023-10-16T18:23:00.594549-04:00",
            "created_at": "2023-10-12T10:57:59.766903-04:00",
            "name": "New York Giants",
            "reward": "7.89000",
            "odds": "8.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8eb3e3dc-ef70-4b73-a180-bac19cc5507b/?format=api"
        }
    ]
}