GET /api/bet_types/dbcd1e42-9f5e-4311-834b-2a5cf5042335/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbcd1e42-9f5e-4311-834b-2a5cf5042335",
    "match": "https://api-prod.gambitprofit.com/api/matches/27865aeb-fe14-4b03-92cf-1ec807c41679/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Weili Zhang",
                "amount": 7421.0
            },
            {
                "team": "Carla Esparza",
                "amount": 2579.0
            }
        ],
        "expected_reward_tokens": 9052.29,
        "profit_sb": 52.29,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "dc166e94-62f0-47c2-a540-5654f743ec57",
            "gambit_id": "e8a32ef4-5e26-4575-8c93-69c693967d20",
            "last_updated": "2022-11-14T10:47:56.194670-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Weili Zhang",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbcd1e42-9f5e-4311-834b-2a5cf5042335/?format=api"
        },
        {
            "id": "649517f5-aafe-4d3f-900b-ddda6a0a5b4e",
            "gambit_id": "b7e505fd-0e55-45ca-89cd-ad1497214e9b",
            "last_updated": "2022-11-14T10:47:56.193511-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carla Esparza",
            "reward": "3.51000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbcd1e42-9f5e-4311-834b-2a5cf5042335/?format=api"
        }
    ]
}