GET /api/bet_types/0e543315-a426-45d8-ad56-8272e048df87/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e543315-a426-45d8-ad56-8272e048df87",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f169684-01fb-4d24-94dd-69e023323210/?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": "New Jersey Devils",
                "amount": 6042.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "0e591107-b829-4f56-9db2-c0bf97901e52",
            "gambit_id": "e0b50e78-d246-486a-b86f-25ba0f592112",
            "last_updated": "2022-11-04T09:12:35.038377-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e543315-a426-45d8-ad56-8272e048df87/?format=api"
        },
        {
            "id": "57a6d0d2-c737-416b-821b-c486f8f9e024",
            "gambit_id": "629a55f7-beb3-4b4a-9a17-01584d7daedf",
            "last_updated": "2022-11-04T09:12:35.037353-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e543315-a426-45d8-ad56-8272e048df87/?format=api"
        }
    ]
}