GET /api/bet_types/f2182bcf-9051-4e7b-a743-837da4e1d4a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2182bcf-9051-4e7b-a743-837da4e1d4a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd523364-839e-49cc-9396-850b2fee47fd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-05T08:43:18.181162-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": "Memphis Grizzlies",
                "amount": 5861.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 9436.21,
        "profit_sb": -63.79,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a18160b-1751-4d86-9c05-72180dac230d",
            "gambit_id": "600dac8c-aa19-412c-92bf-a9314de7c28f",
            "last_updated": "2023-11-06T21:28:17.582412-05:00",
            "created_at": "2023-11-05T08:43:18.185482-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2182bcf-9051-4e7b-a743-837da4e1d4a1/?format=api"
        },
        {
            "id": "37b76f66-01c0-43c7-b97c-9462e943e904",
            "gambit_id": "68047f41-3afe-4fda-86a3-37f777cf4aa7",
            "last_updated": "2023-11-06T21:28:17.585938-05:00",
            "created_at": "2023-11-05T08:43:18.190207-05:00",
            "name": "Portland Trail Blazers",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2182bcf-9051-4e7b-a743-837da4e1d4a1/?format=api"
        }
    ]
}