GET /api/bet_types/fd6370fa-8abf-4162-b960-7ec17fe742b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd6370fa-8abf-4162-b960-7ec17fe742b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1c1ea87-827b-4e00-af23-6b3df9d7d8b0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:56.487828-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": "Pittsburgh Penguins",
                "amount": 5668.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4332.0
            }
        ],
        "expected_reward_tokens": 9010.56,
        "profit_sb": 10.56,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "fd19b2df-0580-4e8c-826d-169d5fca5743",
            "gambit_id": "4a856e43-b67d-45ec-9d4d-99c2870b481b",
            "last_updated": "2023-01-16T10:07:23.035379-05:00",
            "created_at": "2023-01-14T08:26:56.492753-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.59000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd6370fa-8abf-4162-b960-7ec17fe742b1/?format=api"
        },
        {
            "id": "b8fa6173-bfaa-4ef6-964c-589f2571e99c",
            "gambit_id": "888289eb-e539-49a1-95e8-d5fc286a93a7",
            "last_updated": "2023-01-16T10:07:23.033283-05:00",
            "created_at": "2023-01-14T08:26:56.490234-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.08000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd6370fa-8abf-4162-b960-7ec17fe742b1/?format=api"
        }
    ]
}