GET /api/bet_types/6f4f0ea8-9e77-4df1-a9ab-468980dc1114/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f4f0ea8-9e77-4df1-a9ab-468980dc1114",
    "match": "https://api-prod.gambitprofit.com/api/matches/0029808c-5845-4ddf-acc6-81f4c21a41f4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:08:20.640195-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": "Vancouver Canucks",
                "amount": 6010.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "4749c689-19de-4556-849e-351dd05aff64",
            "gambit_id": "f0f93f6e-0937-415c-880b-dd06e47352e8",
            "last_updated": "2023-11-23T17:38:22.739362-05:00",
            "created_at": "2023-11-22T09:08:20.643789-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f4f0ea8-9e77-4df1-a9ab-468980dc1114/?format=api"
        },
        {
            "id": "1937c289-594c-4995-b9dc-b58020f458d1",
            "gambit_id": "a3b1cef8-92da-4ed4-bd8c-63b9cbad18fd",
            "last_updated": "2023-11-23T17:38:22.742562-05:00",
            "created_at": "2023-11-22T09:08:20.647986-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f4f0ea8-9e77-4df1-a9ab-468980dc1114/?format=api"
        }
    ]
}