GET /api/bet_types/55b3c2e1-a580-45f1-bafd-95bcd6b7e4c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55b3c2e1-a580-45f1-bafd-95bcd6b7e4c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/b90aadec-9f71-4fe6-8170-3410c06eb681/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-06T07:58:05.971313-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": "Boston Bruins",
                "amount": 6603.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9375.72,
        "profit_sb": -124.28,
        "profit_sb_percentage": -1.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "c17dd9c4-8fc3-43dd-bd4c-1a90d72c18f7",
            "gambit_id": "ef74de72-80db-4c80-ad6b-53f671cbeb46",
            "last_updated": "2023-11-10T12:48:30.272721-05:00",
            "created_at": "2023-11-06T07:58:05.974927-05:00",
            "name": "Boston Bruins",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55b3c2e1-a580-45f1-bafd-95bcd6b7e4c4/?format=api"
        },
        {
            "id": "0a239acf-a766-45fb-93d4-7c25cbcfc21d",
            "gambit_id": "510b99b5-d63c-42b6-a021-a4594269124e",
            "last_updated": "2023-11-10T12:48:30.277550-05:00",
            "created_at": "2023-11-06T07:58:05.978860-05:00",
            "name": "Dallas Stars",
            "reward": "2.76000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55b3c2e1-a580-45f1-bafd-95bcd6b7e4c4/?format=api"
        }
    ]
}