GET /api/bet_types/f5abfc09-fe86-4df7-9177-cf89abc10282/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5abfc09-fe86-4df7-9177-cf89abc10282",
    "match": "https://api-prod.gambitprofit.com/api/matches/76891609-8e47-45b9-8c57-9e31b29ce5d1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-03T08:53:18.926775-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": "Nashville Predators",
                "amount": 7072.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 2928.0
            }
        ],
        "expected_reward_tokens": 9545.28,
        "profit_sb": 45.28,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "e84cb7fd-cd14-48e1-b0b2-16b25068c870",
            "gambit_id": "d8caf36b-c0a1-4a9d-b26e-6f5a5058caba",
            "last_updated": "2023-12-05T09:58:14.982392-05:00",
            "created_at": "2023-12-03T08:53:18.930929-05:00",
            "name": "Nashville Predators",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5abfc09-fe86-4df7-9177-cf89abc10282/?format=api"
        },
        {
            "id": "253bebbf-cc40-4e80-b8ec-7bbab6c4663c",
            "gambit_id": "e83bc7c9-7604-489f-9fba-77e02f680a7c",
            "last_updated": "2023-12-05T09:58:14.985804-05:00",
            "created_at": "2023-12-03T08:53:18.934789-05:00",
            "name": "Buffalo Sabres",
            "reward": "3.26000",
            "odds": "3.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5abfc09-fe86-4df7-9177-cf89abc10282/?format=api"
        }
    ]
}