GET /api/bet_types/db7b604f-2f11-4b2f-a7bc-270ea971c91f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db7b604f-2f11-4b2f-a7bc-270ea971c91f",
    "match": "https://api-prod.gambitprofit.com/api/matches/165365d7-77c6-4f34-8872-d5edb43b5770/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T09:21:57.798343-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": "Utah Jazz",
                "amount": 6418.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 3582.0
            }
        ],
        "expected_reward_tokens": 9562.82,
        "profit_sb": 62.82,
        "profit_sb_percentage": 0.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "cba788b9-24df-4647-90f6-19338244b62c",
            "gambit_id": "1b062046-3def-489e-a370-1445c28657e7",
            "last_updated": "2023-01-21T10:27:22.796405-05:00",
            "created_at": "2023-01-20T09:21:57.799505-05:00",
            "name": "Utah Jazz",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db7b604f-2f11-4b2f-a7bc-270ea971c91f/?format=api"
        },
        {
            "id": "d0ca8d4f-1fa4-4329-a588-35f97334bda9",
            "gambit_id": "49d25b5f-3bd8-4229-9ce4-ceca0691bbb3",
            "last_updated": "2023-01-21T10:27:22.797482-05:00",
            "created_at": "2023-01-20T09:21:57.800745-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.67000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db7b604f-2f11-4b2f-a7bc-270ea971c91f/?format=api"
        }
    ]
}