GET /api/bet_types/b4fb1204-b561-49d4-a02d-0b3e66308d15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4fb1204-b561-49d4-a02d-0b3e66308d15",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f2df1e6-e7bf-48f0-ba39-635882ba90a4/?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": "ARI",
                "amount": 5204.0
            },
            {
                "team": "PIT",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b810ce3-690c-4cd8-9071-c3c703b028e4",
            "gambit_id": "93aae296-ed74-474a-ae18-58cd4ed3d877",
            "last_updated": "2022-08-09T09:42:03.087781-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4fb1204-b561-49d4-a02d-0b3e66308d15/?format=api"
        },
        {
            "id": "638a6181-817f-49e5-8072-1357b18cd443",
            "gambit_id": "ad5af3fc-72e6-4523-8341-324c37c38b55",
            "last_updated": "2022-08-09T09:42:03.088246-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4fb1204-b561-49d4-a02d-0b3e66308d15/?format=api"
        }
    ]
}