GET /api/bet_types/838770d6-e1be-4295-b672-d77c54a8befd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "838770d6-e1be-4295-b672-d77c54a8befd",
    "match": "https://api-prod.gambitprofit.com/api/matches/317bc669-478a-42ea-a59c-820ebe07a1ef/?format=api",
    "name": "Play the Odds",
    "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": "Carolina Hurricanes",
                "amount": 6482.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "b7b4508b-5a98-40db-9b27-57d260ec801d",
            "gambit_id": "f0132339-85ad-4054-97c6-3be874ad34ce",
            "last_updated": "2022-11-14T10:52:56.270686-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/838770d6-e1be-4295-b672-d77c54a8befd/?format=api"
        },
        {
            "id": "097a8fb0-40ed-423f-b96c-37836a4cf1c0",
            "gambit_id": "ac56dee4-23b7-4377-83c4-a926164ffe7a",
            "last_updated": "2022-11-14T10:52:56.269696-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/838770d6-e1be-4295-b672-d77c54a8befd/?format=api"
        }
    ]
}