GET /api/bet_types/ec344a12-3944-4b84-9456-b7e712a00a57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec344a12-3944-4b84-9456-b7e712a00a57",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fedd18e-711c-4ba7-8393-e1a5b17a88ca/?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": "Boston Bruins",
                "amount": 6674.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3326.0
            }
        ],
        "expected_reward_tokens": 9477.08,
        "profit_sb": -22.92,
        "profit_sb_percentage": -0.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "84e4cd8c-b416-49e1-8c56-2b953d2f81ad",
            "gambit_id": "4fbf3614-f980-451a-8b0b-4d2a87a9fb6c",
            "last_updated": "2022-10-18T09:17:07.350353-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec344a12-3944-4b84-9456-b7e712a00a57/?format=api"
        },
        {
            "id": "76908b32-b667-4bc7-8297-54ef7b14c649",
            "gambit_id": "573f112c-bad9-4ae0-b653-5bc0177a50a1",
            "last_updated": "2022-10-18T09:17:07.351371-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.85000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec344a12-3944-4b84-9456-b7e712a00a57/?format=api"
        }
    ]
}