GET /api/bet_types/15693a43-dad7-4851-944a-2ebb77873e3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15693a43-dad7-4851-944a-2ebb77873e3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/738ccddc-f28b-487f-a81e-3a846ce4caca/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-24T09:08:04.806968-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": "Los Angeles Clippers",
                "amount": 6465.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 3535.0
            }
        ],
        "expected_reward_tokens": 9438.45,
        "profit_sb": -61.55,
        "profit_sb_percentage": -0.65,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e1e3252-b32f-4ae4-ac53-532c2fbedb4d",
            "gambit_id": "ddfd91bd-2f9c-400b-b291-90fd6689bb69",
            "last_updated": "2023-11-27T10:03:26.109182-05:00",
            "created_at": "2023-11-24T09:08:04.820431-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15693a43-dad7-4851-944a-2ebb77873e3c/?format=api"
        },
        {
            "id": "d74d9877-ca69-4a46-825c-697e1fae13e3",
            "gambit_id": "b709fed7-38ce-4e6f-ae7f-96ea379236fc",
            "last_updated": "2023-11-27T10:03:26.105837-05:00",
            "created_at": "2023-11-24T09:08:04.813958-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15693a43-dad7-4851-944a-2ebb77873e3c/?format=api"
        }
    ]
}