GET /api/bet_types/36af8bfb-b877-4217-8eb3-1901e0509ec5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36af8bfb-b877-4217-8eb3-1901e0509ec5",
    "match": "https://api-prod.gambitprofit.com/api/matches/816f7bbb-788d-4697-aeed-3e009fdd0bb9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-28T12:37:08.279081-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": "Charlotte Hornets",
                "amount": 6956.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3044.0
            }
        ],
        "expected_reward_tokens": 9527.72,
        "profit_sb": 27.72,
        "profit_sb_percentage": 0.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "1f1fbeb4-46c5-4029-92f2-3fd02a03af52",
            "gambit_id": "50e214ec-2fc9-494c-b7d7-b12a6a27b8f8",
            "last_updated": "2023-02-28T12:37:08.280282-05:00",
            "created_at": "2023-02-28T12:37:08.280292-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36af8bfb-b877-4217-8eb3-1901e0509ec5/?format=api"
        },
        {
            "id": "817168ea-3c47-45a0-aba3-8025a8525f04",
            "gambit_id": "78a5e961-0e1c-46d2-9b94-a733cc431b16",
            "last_updated": "2023-02-28T12:37:08.281552-05:00",
            "created_at": "2023-02-28T12:37:08.281561-05:00",
            "name": "Detroit Pistons",
            "reward": "3.13000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36af8bfb-b877-4217-8eb3-1901e0509ec5/?format=api"
        }
    ]
}