GET /api/bet_types/13aa5adb-dc09-40c5-9901-3b0d4271ab61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13aa5adb-dc09-40c5-9901-3b0d4271ab61",
    "match": "https://api-prod.gambitprofit.com/api/matches/a65a6479-029e-426c-8a25-cf83a2211c60/?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": "Chicago Bears",
                "amount": 5969.0
            },
            {
                "team": "Houston Texans",
                "amount": 4031.0
            }
        ],
        "expected_reward_tokens": 9190.68,
        "profit_sb": 190.68,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "422bef24-94d3-4964-bfe8-40c5fbb0c761",
            "gambit_id": "30682ab9-8693-40aa-b379-1326af6f4753",
            "last_updated": "2022-09-26T10:16:55.596359-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13aa5adb-dc09-40c5-9901-3b0d4271ab61/?format=api"
        },
        {
            "id": "ab8cfff1-987c-445e-b1da-bd65c7535f82",
            "gambit_id": "364e7058-043e-4c8e-9e62-156898c52c92",
            "last_updated": "2022-09-26T10:16:55.597378-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13aa5adb-dc09-40c5-9901-3b0d4271ab61/?format=api"
        }
    ]
}