GET /api/bet_types/e01aca16-cc5c-4640-ac92-abac731ce972/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e01aca16-cc5c-4640-ac92-abac731ce972",
    "match": "https://api-prod.gambitprofit.com/api/matches/8558600a-18ff-4ea9-91b9-da2c348c089e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-31T09:58:20.617991-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": "Houston Rockets",
                "amount": 5213.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb1b9ac0-1835-4faa-a61e-4880c033dbd7",
            "gambit_id": "9384d6c8-cb5c-43ec-96ed-e736b229c3e4",
            "last_updated": "2024-02-01T10:43:00.913649-05:00",
            "created_at": "2024-01-31T09:58:20.625537-05:00",
            "name": "Houston Rockets",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e01aca16-cc5c-4640-ac92-abac731ce972/?format=api"
        },
        {
            "id": "d2410a7c-ad2c-495b-a028-b4a14d51da76",
            "gambit_id": "72b5f916-f37b-4ba0-8744-9369285572ae",
            "last_updated": "2024-02-01T10:43:00.909006-05:00",
            "created_at": "2024-01-31T09:58:20.621647-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e01aca16-cc5c-4640-ac92-abac731ce972/?format=api"
        }
    ]
}