GET /api/bet_types/e30add17-e1a6-452d-9384-190c9247b540/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e30add17-e1a6-452d-9384-190c9247b540",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2e1f27c-3975-4d44-ad9c-5f4b65a018bb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-22T17:01:57.086653-04: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": "Denver Nuggets",
                "amount": 7610.0
            },
            {
                "team": "Washington Wizards",
                "amount": 2390.0
            }
        ],
        "expected_reward_tokens": 9512.2,
        "profit_sb": 12.2,
        "profit_sb_percentage": 0.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "7eb734fe-53ae-4b60-8c1f-aef438a34ee3",
            "gambit_id": "0433bab9-90e7-41e2-a2f2-feac62b9ae1d",
            "last_updated": "2023-03-23T17:52:13.371509-04:00",
            "created_at": "2023-03-22T17:01:57.091304-04:00",
            "name": "Denver Nuggets",
            "reward": "1.25000",
            "odds": "1.25640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e30add17-e1a6-452d-9384-190c9247b540/?format=api"
        },
        {
            "id": "e087c23d-bd54-4e02-81c6-0f2daa805c5a",
            "gambit_id": "acb936dc-9ccd-4d14-bbdc-2be8d43b7d8e",
            "last_updated": "2023-03-23T17:52:13.367720-04:00",
            "created_at": "2023-03-22T17:01:57.088903-04:00",
            "name": "Washington Wizards",
            "reward": "3.98000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e30add17-e1a6-452d-9384-190c9247b540/?format=api"
        }
    ]
}