GET /api/bet_types/ac19dcc1-962b-4011-88ad-69c1f8c9fa04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac19dcc1-962b-4011-88ad-69c1f8c9fa04",
    "match": "https://api-prod.gambitprofit.com/api/matches/1547fda8-127a-4c5d-a54d-f2c582e437c0/?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": "Ottawa Senators",
                "amount": 5899.0
            },
            {
                "team": "New York Rangers",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "baa57a6d-634c-4d42-a99f-1e44f921e2d4",
            "gambit_id": "e5711fd8-8799-455f-a6e9-5d94c5fdcde4",
            "last_updated": "2022-12-03T10:07:32.813912-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac19dcc1-962b-4011-88ad-69c1f8c9fa04/?format=api"
        },
        {
            "id": "b9ef4f0a-fa54-4c34-8c40-b7a8bbae1dd8",
            "gambit_id": "70a2f23d-04c0-4624-9360-c203dc6221ea",
            "last_updated": "2022-12-03T10:07:32.812908-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac19dcc1-962b-4011-88ad-69c1f8c9fa04/?format=api"
        }
    ]
}