GET /api/bet_types/76699505-0863-438e-899e-be6750e33340/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76699505-0863-438e-899e-be6750e33340",
    "match": "https://api-prod.gambitprofit.com/api/matches/6da789b4-3182-4faa-9a17-b74b950657be/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-28T11:22:20.012440-04: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": "Florida Panthers",
                "amount": 6010.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b58356c-b388-4217-843e-72478fbc1601",
            "gambit_id": "3080b7aa-8142-4071-980a-01d6214c87a8",
            "last_updated": "2023-04-30T15:11:59.724963-04:00",
            "created_at": "2023-04-28T11:22:20.013665-04:00",
            "name": "Florida Panthers",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76699505-0863-438e-899e-be6750e33340/?format=api"
        },
        {
            "id": "61a03ee9-fdae-48a9-ba1c-8f13b0771d5b",
            "gambit_id": "2636b61a-f6bc-4c16-8498-6120844cfae3",
            "last_updated": "2023-04-30T15:11:59.726326-04:00",
            "created_at": "2023-04-28T11:22:20.014924-04:00",
            "name": "Boston Bruins",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76699505-0863-438e-899e-be6750e33340/?format=api"
        }
    ]
}