GET /api/bet_types/26ab8d4d-4339-44a4-95c9-ff43a402c6eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26ab8d4d-4339-44a4-95c9-ff43a402c6eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d4372a4-1ce3-4b83-b230-45ef33986a17/?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": "Tampa Bay Lightning",
                "amount": 5899.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "3bc75782-70f2-4fe2-8c2e-74a2465563f8",
            "gambit_id": "0c286bb9-0596-4cd0-9e12-2ae0092cba09",
            "last_updated": "2022-11-30T09:42:20.601098-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26ab8d4d-4339-44a4-95c9-ff43a402c6eb/?format=api"
        },
        {
            "id": "3295164f-8f47-4da0-bf64-6d5ea5edc33c",
            "gambit_id": "189969db-788f-4d4f-b9a6-f94574910799",
            "last_updated": "2022-11-30T09:42:20.600090-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26ab8d4d-4339-44a4-95c9-ff43a402c6eb/?format=api"
        }
    ]
}