GET /api/bet_types/9c56d4cb-1709-40b4-ad2f-3c8be31f7ab3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c56d4cb-1709-40b4-ad2f-3c8be31f7ab3",
    "match": "https://api-prod.gambitprofit.com/api/matches/5de26464-0e23-448d-94e6-2af803192584/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T09:01:55.256780-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": "New Jersey Devils",
                "amount": 6862.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9538.18,
        "profit_sb": 38.18,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "c70c6ea3-c004-4168-a5f7-4f423527675e",
            "gambit_id": "195c7da2-46ac-49bc-b771-97da49af8c53",
            "last_updated": "2023-02-12T10:37:15.062305-05:00",
            "created_at": "2023-02-11T09:01:55.259478-05:00",
            "name": "New Jersey Devils",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c56d4cb-1709-40b4-ad2f-3c8be31f7ab3/?format=api"
        },
        {
            "id": "fe07887d-893c-467f-822a-fe97c409dba8",
            "gambit_id": "d06b0a6d-c2ae-4b9b-8682-3cf24f65d020",
            "last_updated": "2023-02-12T10:37:15.060890-05:00",
            "created_at": "2023-02-11T09:01:55.258100-05:00",
            "name": "Minnesota Wild",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c56d4cb-1709-40b4-ad2f-3c8be31f7ab3/?format=api"
        }
    ]
}