GET /api/bet_types/65eccc28-cd70-438c-ae72-23fcef4408f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65eccc28-cd70-438c-ae72-23fcef4408f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c067326-18a2-4d89-a007-cc2ec1b75245/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-20T09:31:49.722347-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": "Edmonton Oilers",
                "amount": 5599.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "cb22ff30-9671-463c-81c5-fd69496f6e2d",
            "gambit_id": "32f31b0b-67f5-466a-83f3-6c113129900f",
            "last_updated": "2023-03-21T10:52:09.796070-04:00",
            "created_at": "2023-03-20T09:31:49.725109-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65eccc28-cd70-438c-ae72-23fcef4408f9/?format=api"
        },
        {
            "id": "bc3c7b04-664f-4b55-ae5b-78ebbddf34fa",
            "gambit_id": "71b89b97-b8d5-412e-bd52-49a0790cff33",
            "last_updated": "2023-03-21T10:52:09.797821-04:00",
            "created_at": "2023-03-20T09:31:49.727745-04:00",
            "name": "San Jose Sharks",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65eccc28-cd70-438c-ae72-23fcef4408f9/?format=api"
        }
    ]
}