GET /api/bet_types/a5e94f5a-5021-4078-9e01-794d5e9a6e3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5e94f5a-5021-4078-9e01-794d5e9a6e3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b321e9f-3ae5-4919-8cb8-940b65826070/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-01T09:18:08.701540-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1100.0,
        "profit_sb_percentage": 11.58,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 8879.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 1121.0
            }
        ],
        "expected_reward_tokens": 9411.74,
        "profit_sb": -88.26,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbdf5c63-c3d3-4cc2-9f06-0f8f761741c8",
            "gambit_id": "dec780a8-c2f7-4d8f-baeb-d53ad6479ed1",
            "last_updated": "2024-02-02T14:43:24.293259-05:00",
            "created_at": "2024-02-01T09:18:08.710579-05:00",
            "name": "Boston Celtics",
            "reward": "1.06000",
            "odds": "1.06670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5e94f5a-5021-4078-9e01-794d5e9a6e3d/?format=api"
        },
        {
            "id": "5b6d69e2-2f98-4672-bbb9-9b5bdfa11dd0",
            "gambit_id": "9b85d92d-62bb-4282-8843-1ca3be3ce558",
            "last_updated": "2024-02-02T14:43:24.289894-05:00",
            "created_at": "2024-02-01T09:18:08.705317-05:00",
            "name": "Los Angeles Lakers",
            "reward": "8.40000",
            "odds": "8.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5e94f5a-5021-4078-9e01-794d5e9a6e3d/?format=api"
        }
    ]
}