GET /api/bet_types/e83639fa-9509-461f-8c2a-1a3d63974d87/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e83639fa-9509-461f-8c2a-1a3d63974d87",
    "match": "https://api-prod.gambitprofit.com/api/matches/0897f186-3cb6-4f86-98c6-4df2eda0a3c8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-14T09:13:06.577488-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": "Minnesota Timberwolves",
                "amount": 5773.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "62e86963-6af8-4d35-bb27-f48e5208168d",
            "gambit_id": "56bb224f-716d-450e-ad63-f1a69170f90d",
            "last_updated": "2023-11-15T22:43:01.749711-05:00",
            "created_at": "2023-11-14T09:13:06.581539-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e83639fa-9509-461f-8c2a-1a3d63974d87/?format=api"
        },
        {
            "id": "a6b62674-d7f0-4866-a20d-5c8db1087886",
            "gambit_id": "96f6b5ef-7a66-480a-84b6-65ae4739ead7",
            "last_updated": "2023-11-15T22:43:01.754838-05:00",
            "created_at": "2023-11-14T09:13:06.585857-05:00",
            "name": "Golden State Warriors",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e83639fa-9509-461f-8c2a-1a3d63974d87/?format=api"
        }
    ]
}