GET /api/bet_types/19473da7-f0fa-41ab-802a-bce1d28f92a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19473da7-f0fa-41ab-802a-bce1d28f92a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b19462d8-1320-49ab-87b7-c9bafe54f613/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-15T09:07:12.211103-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "07aff039-440c-42e4-aba8-3641f8c345c3",
            "gambit_id": "989f4384-2d74-4166-8f03-e297b1c5d656",
            "last_updated": "2023-03-16T17:37:22.108846-04:00",
            "created_at": "2023-03-15T09:07:12.214259-04:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19473da7-f0fa-41ab-802a-bce1d28f92a1/?format=api"
        },
        {
            "id": "c1f3fabd-9fe6-48cb-b5bb-fcdc0ce92f0c",
            "gambit_id": "3f2f5fc8-8b9a-42e6-8f4e-b53fc4544e5a",
            "last_updated": "2023-03-16T17:37:22.110814-04:00",
            "created_at": "2023-03-15T09:07:12.216435-04:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19473da7-f0fa-41ab-802a-bce1d28f92a1/?format=api"
        }
    ]
}