GET /api/bet_types/d9daf450-3a7b-44ea-9802-b41b8799e2eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9daf450-3a7b-44ea-9802-b41b8799e2eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/960f42b9-5f6d-43f9-acd6-5e691ae1f8ac/?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": "Chicago Blackhawks",
                "amount": 5968.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4032.0
            }
        ],
        "expected_reward_tokens": 9071.36,
        "profit_sb": 71.36,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "4162e02a-78d0-47e2-a646-ef7e986a149e",
            "gambit_id": "3bc7e053-8bc8-4dcf-a00a-1f35761f43e7",
            "last_updated": "2022-12-22T20:37:20.516721-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.52000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9daf450-3a7b-44ea-9802-b41b8799e2eb/?format=api"
        },
        {
            "id": "d59253c2-92bc-496f-89b4-2af722b851e2",
            "gambit_id": "cac90d7d-65b2-4a23-875c-4519d8ce1142",
            "last_updated": "2022-12-22T20:37:20.517845-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.25000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9daf450-3a7b-44ea-9802-b41b8799e2eb/?format=api"
        }
    ]
}