GET /api/bet_types/78bc78e3-815b-4453-890c-f4721bfd59c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78bc78e3-815b-4453-890c-f4721bfd59c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/32fe9b50-4535-4850-970c-6380bc9c3a0c/?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": "Cincinnati Bengals",
                "amount": 5097.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "6d1bb833-9206-4358-bb96-d03a0c40f83f",
            "gambit_id": "16dd9e1f-4f4c-443f-9388-5826d61b511e",
            "last_updated": "2022-11-07T09:58:10.145485-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78bc78e3-815b-4453-890c-f4721bfd59c5/?format=api"
        },
        {
            "id": "8ea0b93a-d83f-4081-a852-078ef013c2c6",
            "gambit_id": "3a87f169-8999-4596-86c6-92e91b166a1d",
            "last_updated": "2022-11-07T09:58:10.146731-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78bc78e3-815b-4453-890c-f4721bfd59c5/?format=api"
        }
    ]
}