GET /api/bet_types/8bf566e4-9b79-4baa-b292-f74483058c83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8bf566e4-9b79-4baa-b292-f74483058c83",
    "match": "https://api-prod.gambitprofit.com/api/matches/f70b2b2a-5c3c-4d7e-b96d-8a7b97a3a7d1/?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": "Buffalo Sabres",
                "amount": 5984.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "733960a6-02db-4016-abd7-0cfee7be7e72",
            "gambit_id": "f4ce84f4-7e1b-4814-b5f9-fcb432f392e8",
            "last_updated": "2022-11-14T11:02:51.227928-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bf566e4-9b79-4baa-b292-f74483058c83/?format=api"
        },
        {
            "id": "fa4f8975-e9f7-408b-bfac-10438b1cfcf1",
            "gambit_id": "73f20d66-a467-449a-8e89-f51e11844b5f",
            "last_updated": "2022-11-14T11:02:51.228932-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bf566e4-9b79-4baa-b292-f74483058c83/?format=api"
        }
    ]
}