GET /api/bet_types/1213ab97-cecd-4477-ad63-0878ead10ec0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1213ab97-cecd-4477-ad63-0878ead10ec0",
    "match": "https://api-prod.gambitprofit.com/api/matches/4921bf29-115c-43b8-a106-ce6c3a35640d/?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": "St Louis Blues",
                "amount": 5664.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "489b5cc3-f620-485f-b0b6-6c0386204b7a",
            "gambit_id": "53bfcbe4-fcee-4c92-aae5-bd3a6d314470",
            "last_updated": "2022-11-28T11:26:56.411526-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1213ab97-cecd-4477-ad63-0878ead10ec0/?format=api"
        },
        {
            "id": "8e84c174-c1b3-4749-ac06-b14ce04e72ba",
            "gambit_id": "9e01b568-97ca-4bcd-be0b-18b172cc2155",
            "last_updated": "2022-11-28T11:26:56.410536-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1213ab97-cecd-4477-ad63-0878ead10ec0/?format=api"
        }
    ]
}